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;