Construct an AccountAddress from a base58check string.
If the provided string is not: exactly 50 characters, a valid base58check encoding using version byte 1.
The AccountAddress.
String of base58check encoded account address, must use a byte version of 1.
Generated using TypeDoc
Construct an AccountAddress from a base58check string.
Throws
If the provided string is not: exactly 50 characters, a valid base58check encoding using version byte 1.
Returns
The AccountAddress.