@initia/initia.js 0.2.29 → 0.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -172,6 +172,9 @@ export declare class TxAPI extends BaseAPI {
172
172
  gasAdjustment?: number | string;
173
173
  signers?: SignerData[];
174
174
  }): Promise<string>;
175
+ simulate(options: CreateTxOptions & {
176
+ sequence: number;
177
+ }): Promise<SimulateResponse>;
175
178
  static encode(tx: Tx): string;
176
179
  static decode(encoded_tx: string): Tx;
177
180
  static hash(tx: Tx): string;