BufferAttribute

Interface
Attribute whose data is an arbitrary BufferString.
export interface BufferAttribute extends AttributeBase { 
  readonly usage: BufferAttributeUsage; 
  readonly data: BufferString; 
} 

Properties

usage
usage distinguishes BufferAttribute from other Attribute object types.
data
Hex encoded data of the Attribute.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE