SerializableValue

Type Alias
Value that can be serialized for storage. See the Properties and Storage chapter of the main guide for more information.
export type SerializableValue = 
  | undefined 
  | null 
  | number 
  | string 
  | boolean 
  | Buffer 
  | SerializableValueArray 
  | SerializableValueMap 
  | SerializableValueSet 
  | SerializableValueObject; 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE