PublicKeyAttribute

Interface
Attribute whose data is a PublicKeyString.
export interface PublicKeyAttribute extends AttributeBase { 
  readonly usage: PublicKeyAttributeUsage; 
  readonly data: PublicKeyString; 
} 

Properties

usage
usage distinguishes PublicKeyAttribute from other Attribute object types.
data
Public key as a string of the Attribute.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE