AddressContractParameter

Interface
Invocation stack item for an Address.
export interface AddressContractParameter { 
  readonly type: 'Address'; 
  readonly value: AddressString; 
} 

Properties

type
'Address'
type distinguishes AddressContractParameter 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