ABI

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 ABI { 
  readonly functions: readonly ABIFunction[]; 
  readonly events?: readonly ABIEvent[]; 
} 

Properties

functions
readonly ABIFunction[]
Specification of the smart contract functions.
events
readonly ABIEvent[]
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