RelayTransactionResult

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

Properties

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