Class pTokensAssetProviderAbstract
Methods
Abstract
waitForTransactionConfirmation
- waitForTransactionConfirmation(_txHash: string, _pollingTime?: number): Promise<string>
-
Parameters
-
_txHash: string
-
Optional
_pollingTime: number
Returns Promise<string>
Wait for the confirmation of a transaction pushed on-chain.
Returns
A Promise that resolve with the same transaction hash _txHash.