PricingUriParametersBuilder
Summary
WithSymbol
sets the symbol
parameter
WithBurned
sets the _burned
field to the value of the burned
parameter
WithCollectionName
is a function that takes a string as a parameter and returns an PricingUriParameterBuilder
object
This function sets the schema name for the query.
WithTemplateId
sets the _templateId
variable to the value of the templateId
parameter
WithIsTransferable
sets the _isTransferable
field to the value of the isTransferable
parameter
WithIsTransferable
sets the _isTransferable
field to the value of the isTransferable
parameter
It builds a query string based on the parameters that have been set.
A private variable that is used to store the value of the symbol parameter.
A nullable boolean specfying burned assets.
A private variable that is used to store the value of the collectionName parameter.
A private variable that is used to store the value of the schemaName parameter.
A private variable that is used to store the value of the templateId parameter.
A nullable boolean specfying transferable assets.
A nullable boolean specfying burnable assets.
Members
WithSymbol
sets the symbol
parameter
Parameters
symbol
Token symbols.
Returns
The PricingUriParameterBuilder object.
WithBurned
sets the _burned
field to the value of the burned
parameter
Parameters
burned
It filters for burned assets.
Returns
The PricingUriParameterBuilder object.
WithCollectionName
is a function that takes a string as a parameter and returns an PricingUriParameterBuilder
object
Parameters
collectionName
The name of the collection you want to query.
Returns
The PricingUriParameterBuilder object.
This function sets the schema name for the query.
Parameters
schemaName
The name of the schema to use.
Returns
The PricingUriParameterBuilder object.
WithTemplateId
sets the _templateId
variable to the value of the templateId
parameter
Parameters
templateId
The templateId of the results to return.
Returns
The PricingUriParameterBuilder object.
WithIsTransferable
sets the _isTransferable
field to the value of the isTransferable
parameter
Parameters
isTransferable
The isTransferable parameter filters results.
Returns
The PricingUriParameterBuilder object.
WithIsTransferable
sets the _isTransferable
field to the value of the isTransferable
parameter
Parameters
isTransferable
The isTransferable parameter filters for transferable assets.
Returns
The PricingUriParameterBuilder object.
It builds a query string based on the parameters that have been set.
Returns
A string that contains the parameters for the query.
A private variable that is used to store the value of the symbol parameter.
A nullable boolean specfying burned assets.
A private variable that is used to store the value of the collectionName parameter.
A private variable that is used to store the value of the schemaName parameter.
A private variable that is used to store the value of the templateId parameter.
A nullable boolean specfying transferable assets.
A nullable boolean specfying burnable assets.
Last updated