UNPKG

@oko-wallet/oko-sdk-eth

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