Interface SendTransactionResult

Interface representing the result of Checkout.sendTransaction.

interface SendTransactionResult {
    transactionResponse: TransactionResponse;
}

Properties

transactionResponse: TransactionResponse

The response of the transaction.