CDP Frontend SDK
    Preparing search index...

    Type Alias SendCallsRequest

    A request to send one or more calls to the specified Ethereum chain

    type SendCallsRequest = {
        method: "wallet_sendCalls";
        params: [{ calls: Call[] }];
    }
    Index

    Properties

    Properties

    method: "wallet_sendCalls"
    params: [{ calls: Call[] }]