InvocationTransaction

Interface
Transaction which runs a script in the NEO VM.
export interface InvocationTransaction extends TransactionBase { 
  readonly type: TransactionType.Invocation; 
  readonly script: Buffer; 
} 

Properties

type
TransactionType.Invocation
script
Buffer
Code that was executed in NEO VM.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE