UNPKG

@oko-wallet/oko-sdk-eth

Version:
3 lines (2 loc) 200 B
import type { OkoEthWalletInterface, EthSignParams, EthSignResult } from "../types"; export declare function makeSignature(this: OkoEthWalletInterface, params: EthSignParams): Promise<EthSignResult>;