Contract

Interface
Attributes of a deployed smart contract.
export interface Contract { 
  readonly id: number; 
  readonly updateCounter: number; 
  readonly nef: NefFile; 
  readonly hash: UInt160Hex; 
  readonly manifest: ContractManifest; 
} 

Properties

id
number
The Contracts ID.
updateCounter
number
The number of times the Contract has been updated.
nef
The NEO Executable Format (NEF) file of the Contract.
hash
UInt160Hex
The Contract's script hash.
manifest
The Contract's manifest.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE