BurnsApi
Last updated
Last updated
This function will make a GET request to the Burns endpoint and return the response as a BurnsDto object.
This function will return a BurnsDto object if the API call is successful. Otherwise, it will throw an exception.
It returns the burn amount for a given account.
This function returns a Uri object that represents the Burns endpoint
It takes a BurnsUriParameterBuilder object and returns a Uri object.
This function returns a URI that can be used to burn a specific account
public
()
This function will make a GET request to the Burns endpoint and return the response as a BurnsDto object.
BurnsDto
public
(
burnsUriParameterBuilder)
This function will return a BurnsDto object if the API call is successful. Otherwise, it will throw an exception.
BurnsUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A BurnsDto object.
It returns the burn amount for a given account.
accountName
The name of the account to burn
A BurnDto object
This function returns a Uri object that represents the Burns endpoint
It takes a BurnsUriParameterBuilder object and returns a Uri object.
BurnsUriParameterBuilder
A class that builds the query string parameters for the URI.
This function returns a URI that can be used to burn a specific account
accountName
The name of the account to burn.
public
()
public
(
burnsUriParameterBuilder)
public
(string accountName)
private readonly string
private Uri
()
private Uri
(
burnsUriParameterBuilder)
private Uri
(string accountName)
public
(string accountName)
private readonly string
private Uri
()
private Uri
(
burnsUriParameterBuilder)
private Uri
(string accountName)