ca-sdk - v1.0.1
    Preparing search index...

    Type Alias SimulationResponse

    type SimulationResponse = {
        amount: string;
        gas: string;
        gas_used: string;
        token?: {
            contract_address: `0x${string}`;
            decimals: number;
            name: string;
            symbol: string;
            type: string;
        };
    }
    Index

    Properties

    amount: string
    gas: string
    gas_used: string
    token?: {
        contract_address: `0x${string}`;
        decimals: number;
        name: string;
        symbol: string;
        type: string;
    }