Hash256

Interface
Buffer that represents a NEO 256 bit hash. Examples of Hash256 include Block hashes and Transaction hashes. See the Standard Library chapter of the main guide for more information.
export interface Hash256 extends Buffer { 
  readonly [OpaqueTagSymbol0]: unique symbol; 
} 

Static Methods

from

Creates a Hash256 from a literal string.
(value: string) => Hash256 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE