Decodes a CB58 string into a hex string (0x...).
The CB58 string to decode.
The hex string.
import { CB58ToHex } from "@avalanche-sdk/client/utils";const hex = CB58ToHex("AhhdUnShjkljhSDSSHJl..."); Copy
import { CB58ToHex } from "@avalanche-sdk/client/utils";const hex = CB58ToHex("AhhdUnShjkljhSDSSHJl...");
Decodes a CB58 string into a hex string (0x...).