VerifyTransactionResult

Interface
Interface which describes the result of verification invocation.
export interface VerifyTransactionResult { 
  readonly verifications: readonly VerifyScriptResult[]; 
} 

Properties

verifications
readonly VerifyScriptResult[]
All verifications that happened during the relay of the Transaction.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE