UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
4 lines (3 loc) 259 B
import type { StdSignature } from "@cosmjs/amino"; import type { CosmosEWalletInterface } from "../types"; export declare function signArbitrary(this: CosmosEWalletInterface, chainId: string, signer: string, data: string | Uint8Array): Promise<StdSignature>;