SmartContractDefinition

Interface
Used to generate the smart contract APIs.
export interface SmartContractDefinition { 
  readonly networks: SmartContractNetworksDefinition; 
  readonly abi: ABI; 
  readonly sourceMaps?: SourceMaps; 
} 

Properties

networks
SmartContractNetworksDefinition
Configuration for the smart contract by network.
abi
ABI of the smart contract
sourceMaps
SourceMaps associated with the smart contract.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE