UNPKG

@keplr-ewallet/ewallet-sdk-eth

Version:
4 lines (3 loc) 209 B
import type { Signature } from "viem"; import type { SignOutput } from "@keplr-ewallet/ewallet-sdk-core"; export declare const encodeEthereumSignature: (signOutput: SignOutput, chainId?: number) => Signature;