Interface SendTransactionParams

Interface representing the parameters for Checkout.sendTransaction.

interface SendTransactionParams {
    provider: Web3Provider;
    transaction: TransactionRequest;
}

Properties

provider: Web3Provider

The provider to connect to the network.

transaction: TransactionRequest

The transaction to send.