UNPKG

interchain-token-sdk

Version:

SDK for deploying and managing interchain tokens across multiple chains using Axelar network

6 lines (5 loc) 178 B
/** * Generates a random 32-byte salt for token deployment * @returns A hex string representing a 32-byte salt */ export declare function generateRandomSalt(): `0x${string}`;