Hash160ContractParameter

Interface
Invocation stack item for a Hash160.
export interface Hash160ContractParameter { 
  readonly type: 'Hash160'; 
  readonly value: AddressString; 
} 

Properties

type
'Hash160'
type distinguishes Hash160ContractParameter from other ContractParameter object types.
value
NEO address in base58 encoded string format.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE