Result of sending a swap transaction.

interface SendSwapTransactionResult {
    transactionHash: `0x${string}`;
}

Properties

Properties

transactionHash: `0x${string}`

The transaction hash of the submitted swap.