ContractABI

Interface
Full specification of the functions and events of a smart contract. Used by the client APIs to generate the smart contract interface. See the Smart Contract APIs chapter of the main guide for more information.
export interface ContractABI { 
  readonly methods: readonly ContractMethodDescriptor[]; 
  readonly events: readonly ContractEventDescriptor[]; 
} 

Properties

methods
Specification of the smart contract methods.
events
Specification of the smart contract events.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE