Abstract A pNetworkNode necessary for pNetworkSwap.
A type indicating the builder nature and used for validation.
Protected _assetProtected _blockchainProtected _chainProtected _decimalsProtected _networkProtected _nodeProtected _symbolPrivate _typeProtected _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.
Abstract setSet 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.
Private validateGenerated using TypeDoc
Create and initialize a pTokensAssetBuilder object.