UNPKG

@keplr-ewallet/ewallet-sdk-eth

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