UNPKG

@keplr-ewallet/ewallet-sdk-eth

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