RelayTransactionResult

Interface
Raw result of relaying a Transaction. Further consumed and processed by LocalUserAccountProvider and ABI.
export interface RelayTransactionResult { 
  readonly transaction: Transaction; 
  readonly verifyResult?: VerifyTransactionResult; 
} 

Properties

transaction
Relayed Transaction
verifyResult
Verification result.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE