ContractProperties

Interface
Object with string literals for the contract properties to be used in deployment. See the Deployment chapter of the main guide for more information.
export interface ContractProperties { 
  readonly codeVersion: string; 
  readonly author: string; 
  readonly email: string; 
  readonly description: string; 
} 

Properties

codeVersion
string
author
string
email
string
description
string
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE