Hash256ContractParameter

Interface
Invocation stack item for a Hash256.
export interface Hash256ContractParameter { 
  readonly type: 'Hash256'; 
  readonly value: Hash256String; 
} 

Properties

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