ContractEventDescriptorClient

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 ContractEventDescriptorClient { 
  readonly name: string; 
  readonly parameters: readonly ABIParameter[]; // TODO: should this be ContractParameterDefinition? 
} 

Properties

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