UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
5 lines (4 loc) 367 B
import type { SignableMessage, TransactionSerializable, TypedDataDefinition } from "viem"; export declare const hashEthereumMessage: (message: SignableMessage) => Uint8Array; export declare const hashEthereumTransaction: (transaction: TransactionSerializable) => Uint8Array; export declare const hashEthereumTypedData: (typedData: TypedDataDefinition) => Uint8Array;