A pNetworkNode necessary for pNetworkSwap.
Protected _assetProtected _blockchainProtected _chainProtected _decimalsProtected _networkProtected _nodePrivate _providerProtected _symbolProtected _weightProtected _buildBuild a pTokensAsset object from the parameters specified to the builder.
A Promise that resolves with the created pTokensAsset object.
Set 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 pTokensAlgorandProvider for creating and sending transactions.
The same builder. This allows methods chaining.
A pTokensAlgorandProvider 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
Create and initialize a pTokensAlgorandAssetBuilder object for building pTokensAlgorandAsset objects.