AddressString

Type Alias
Base58 encoded string that represents a NEO address. Also accepts Hash160 strings (hex encoded string prefixed by '0x') when used as a parameter to a NEO•ONE function. Always the base58 encoded string form when returned from a NEO•ONE function.
export type AddressString = string; 

Example

'APyEx5f4Zm4oCHwFWiSTaph1fPBxZacYVR' 

Example

'0xecc6b20d3ccac1ee9ef109af5a7cdb85706b1df9' 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE