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

    Type Alias BridgeQueryInput

    type BridgeQueryInput = {
        amount: number | string;
        chainID: number;
        gas?: bigint;
        token: string;
    }
    Index

    Properties

    amount: number | string
    chainID: number
    gas?: bigint
    token: string