Skip to main content
type SendEvmTransactionResult = {
  transactionHash: Hex;
};
Result of sendEvmTransaction.

Properties

PropertyTypeDescription
transactionHashHexThe transaction hash.