UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
6 lines (5 loc) 274 B
import type { CosmosEWalletInterface } from "../types"; export declare function sendTx(this: CosmosEWalletInterface, chainId: string, tx: unknown, mode: "async" | "sync" | "block", options: { silent?: boolean; onFulfill?: (tx: any) => void; }): Promise<Uint8Array>;