UNPKG

@keplr-ewallet/ewallet-sdk-core

Version:
4 lines (3 loc) 275 B
import type { KeplrEWallet } from "@keplr-ewallet-sdk-core/keplr_ewallet"; import type { EWalletMsgMakeSignature, SignOutput } from "@keplr-ewallet-sdk-core/types"; export declare function makeSignature(this: KeplrEWallet, msg: EWalletMsgMakeSignature): Promise<SignOutput>;