VerifyScriptResult

Interface
An individual verification and the associated data.
export interface VerifyScriptResult { 
  readonly failureMessage?: string; 
  readonly address: AddressString; 
  readonly witness: Witness; 
  readonly actions: readonly RawAction[]; 
} 

Properties

failureMessage
string
undefined if the verification passed, otherwise a message that describes the failure.
address
AddressString
The smart contract this result is associated with.
witness
The specific Witness that was checked.
actions
readonly RawAction[]
The actions emitted during the verification.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE