Documentation
    Preparing search index...

    Interface SendTransactionRpcRequest

    RPC request to submit and broadcast a transaction.

    params[0] is a JSON-stringified payload that mirrors the SDK's SendTransactionRequest (either raw messages OR structured items, plus valid_until, network, and from).

    interface SendTransactionRpcRequest {
        id: string;
        method: "sendTransaction";
        params: [string];
    }
    Index

    Properties

    Properties

    id: string

    dApp-assigned request id; used to match the wallet response

    method: "sendTransaction"

    method discriminator

    params: [string]

    single-element tuple: the JSON-stringified transaction payload