UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
3 lines (2 loc) 204 B
import { type CosmosEWallet } from "../cosmos_ewallet"; export declare function makeSignature(this: CosmosEWallet, signDocHash: Uint8Array): Promise<import("@keplr-ewallet/ewallet-sdk-core").SignOutput>;