UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
4 lines (3 loc) 227 B
import type { StdSignature } from "@cosmjs/amino"; import type { SignOutput } from "@keplr-ewallet/ewallet-sdk-core"; export declare const encodeCosmosSignature: (signOutput: SignOutput, publicKey: Uint8Array) => StdSignature;