A pTokensNodeProvider that will be employed to send requests.
Private
_providerReturn the pTokensNodeProvider set when calling constructor.
Get asset info related to a particular blockchain where pNetwork should support the input symbol.
An AssetInfo object for the specified blockchain. Null if the specified blockchain does not support the token.
The token symbol.
The chain ID of the blockchain.
Get a native deposit address where to transfer a UTXO asset for initiating a peg-in.
A Promise that resolves with a NativeDepositAddress.
The chain ID of the source asset.
The destination asset in the destination chain ID.
The chain ID of the destination asset.
Get asset info related to those blockchains where pNetwork supports the input symbol.
An array of AssetInfo objects for those chains where pNetwork supports the specified token.
The token symbol.
Get the transaction status related to a transaction.
A Promise that resolves with a TransactionStatus object related to the queried transaction.
The hash of the transaction.
The chain ID where the transaction took place.
Generated using TypeDoc
Create and initialize a pTokensNode object.