import { IndexedTx } from "@cosmjs/stargate"; import { Binary } from "@oraichain/oraidex-contracts-sdk"; export type Tx = IndexedTx & { timestamp?: string; }; export interface StargateMsg { stargate: { type_url: string; value: Binary; }; }