TransactionResult

Interface
The result of a successful relay of a Transaction.
export interface TransactionResult<TTransactionReceipt extends TransactionReceipt = TransactionReceipt> { 
  readonly transaction: Transaction; 
  readonly confirmed: (options?: GetOptions) => Promise<TTransactionReceipt>; 
} 

Properties

transaction
Transaction that was relayed.

Methods

confirmed

Waits for the Transaction to be confirmed on the blockchain.
(options?: GetOptions) => Promise<TTransactionReceipt> 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE