ContractABIClient

Interface
Full specification of the methods 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 ContractABIClient { 
  readonly methods: readonly ContractMethodDescriptorClient[]; 
  readonly events: readonly ContractEventDescriptorClient[]; 
} 

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