CDP Frontend SDK
    Preparing search index...

    Type Alias GetCallsStatusRequest

    A request to get the status of one or more calls

    type GetCallsStatusRequest = {
        method: "wallet_getCallsStatus";
        params: [`0x${string}`];
    }
    Index

    Properties

    Properties

    method: "wallet_getCallsStatus"
    params: [`0x${string}`]