ContractPropertyGroup

Interface
Object that defines a contract group for use in deployment. See the Deployment chapter of the main guide for more information.
export interface ContractPropertyGroup { 
  readonly publicKey: string; 
  readonly signature: string; 
} 

Properties

publicKey
string
The public key of the group.
signature
string
The signature of the contract hash.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE