Skip to main content
type SendEvmTransactionResult = {
  transactionHash: Hex;
};

Properties

PropertyType
transactionHashHex
I