ContractEventDescriptor

Interface
Event specification in the ContractABI of a smart contract.
export interface ContractEventDescriptor { 
  readonly name: string; 
  readonly parameters: readonly ContractParameterDefinition[]; 
} 

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