• Number of decimals for the native token on a given platform

    Type Parameters

    • K1 extends "Evm" | "Solana" | "Cosmwasm" | "Btc" | "Algorand" | "Sui" | "Aptos" | "Near"

    Parameters

    • args_0: K1

    Returns {
        Algorand: 6;
        Aptos: 8;
        Btc: 8;
        Cosmwasm: 6;
        Evm: 18;
        Near: 12;
        Solana: 9;
        Sui: 9;
    }[K1 extends bigint
        ? `bigint(${K1})`
        : K1 extends boolean
            ? `boolean(${K1})`
            : K1]

Generated using TypeDoc