ContractEventDescriptor

Interface
Event specification in the ContractABIClient of a smart contract generated by the NEO•ONE compiler for use with NEO•ONE Client APIs.
export interface ContractEventDescriptor { 
  readonly name: string; 
  readonly parameters: readonly ContractParameterDefinition[]; 
  readonly [OpaqueTagSymbol0]: unique symbol; 
} 

Properties

name
string
Name of the event.
parameters
Parameters of the event.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE