Skip to main content
type SignEvmTransactionResult = {
  signedTransaction: Hex;
};

Properties

PropertyType
signedTransactionHex
I