PublicKeyContractParameter

Interface
Invocation stack item for a PublicKey.
export interface PublicKeyContractParameter { 
  readonly type: 'PublicKey'; 
  readonly value: PublicKeyString; 
} 

Properties

type
'PublicKey'
type distinguishes PublicKeyContractParameter from other ContractParameter object types.
value
String format of a public key.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE