Skip to main content
type SignEvmTransactionResult = {
  signedTransaction: Hex;
};
Result of signEvmTransaction.

Properties

PropertyTypeDescription
signedTransactionHexThe signed transaction.