TransactionResult

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

Properties

transaction
TTransaction
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