Protected
_assetProtected
_blockchainProtected
_chainProtected
_decimalsProtected
_networkProtected
_nodePrivate
_providerProtected
_symbolProtected
_weightProtected
_buildSet the blockchain chain ID for the token.
The same builder. This allows methods chaining.
The chain ID.
Set the number of decimals for the token.
The same builder. This allows methods chaining.
The number of decimals.
Set a pTokensUtxoProvider for creating and sending transactions.
The same builder. This allows methods chaining.
A pTokensUtxoProvider object.
Set the pTokensAsset symbol.
The same builder. This allows methods chaining.
The token symbol.
Set a weight for the asset during the swap. Its usage is currently not supported.
The same builder. This allows methods chaining.
A weight for the token.
Generated using TypeDoc
Build a pTokensAsset object from the parameters specified to the builder.
Returns
A Promise that resolves with the created pTokensAsset object.