@textile/hub > publicKeyToString
publicKeyToString() function
Encode the given PublicKey to its base-32 encoded multibase representation.
Signature:
export declare function publicKeyToString(key: Public): string;
Parameters
Parameter | Type | Description |
---|---|---|
key | Public | The Public key to encode. |
Returns:
string