• The number of blocks before a transaction may be considered "final" and will not be rolled back

    Type Parameters

    • K1 extends "Solana" | "Algorand" | "Sui" | "Aptos" | "Near" | "Acala" | "Arbitrum" | "Avalanche" | "Base" | "Bsc" | "Celo" | "Ethereum" | "Fantom" | "Karura" | "Klaytn" | "Moonbeam" | "Oasis" | "Optimism" | "Polygon" | "Cosmoshub" | "Evmos" | "Injective" | "Kujira" | "Osmosis" | "Sei" | "Terra" | "Terra2" | "Xpla" | "Dymension" | "Neutron" | "Stargaze" | "Celestia"

    Parameters

    • args_0: K1

    Returns {
        Acala: 1;
        Algorand: 0;
        Aptos: 0;
        Arbitrum: 4096;
        Avalanche: 0;
        Base: 512;
        Bsc: 15;
        Celestia: 0;
        Celo: 1;
        Cosmoshub: 0;
        Dymension: 0;
        Ethereum: 64;
        Evmos: 0;
        Fantom: 1;
        Injective: 0;
        Karura: 1;
        Klaytn: 0;
        Kujira: 0;
        Moonbeam: 1;
        Near: 0;
        Neutron: 0;
        Oasis: 1;
        Optimism: 512;
        Osmosis: 0;
        Polygon: 32;
        Sei: 0;
        Solana: 32;
        Stargaze: 0;
        Sui: 0;
        Terra: 0;
        Terra2: 0;
        Xpla: 0;
    }[K1 extends bigint
        ? `bigint(${K1})`
        : K1 extends boolean
            ? `boolean(${K1})`
            : K1]

Generated using TypeDoc