SuiSignAndExecuteTransactionFeature: {
    sui:signAndExecuteTransaction: {
        signAndExecuteTransaction: SuiSignAndExecuteTransactionMethod;
        version: SuiSignAndExecuteTransactionVersion;
    };
}

A Wallet Standard feature for signing a transaction, and submitting it to the network. The wallet is expected to submit the transaction to the network via RPC, and return the transaction response.

Type declaration