ABIEvent

Interface
Event specification in the ABI of a smart contract.
export interface ABIEvent { 
  readonly name: string; 
  readonly parameters: readonly ABIParameter[]; 
} 

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