Type: AccountAddress

Representation of an account address, which enforces that it:

  • Is a valid base58 string with version byte of 1.
  • The base58 string is a length of 50 (encoding exactly 32 bytes).

Generated using TypeDoc