UNPKG

@oko-wallet/oko-sdk-cosmos

Version:
3 lines (2 loc) 207 B
import type { OkoCosmosWalletInterface } from "../types"; export declare function sendTx(this: OkoCosmosWalletInterface, chainId: string, tx: unknown, mode: "async" | "sync" | "block"): Promise<Uint8Array>;