Returns this Pubkey as a base-58 encoded string.
base-58
String toBase58() { return base58.encode(toBytes()); }