StringContractParameter

Interface
Invocation stack item for a string.
export interface StringContractParameter { 
  readonly type: 'String'; 
  readonly value: string; 
} 

Properties

type
'String'
type distinguishes StringContractParameter from other ContractParameter object types.
value
string
Raw string value.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE