UNPKG

@kubiklabs/wasmkit

Version:

Wasmkit is a development environment to compile, deploy, test, run cosmwasm contracts on different networks.

6 lines (5 loc) 391 B
/// <reference types="chai" /> export declare function supportChangeScrtBalance(Assertion: Chai.AssertionStatic): void; export declare function getBalanceChange(// eslint-disable-line sonarjs/cognitive-complexity transaction: (() => Promise<any>), // eslint-disable-line @typescript-eslint/no-explicit-any accountAddr: string, includeFee?: boolean, logResponse?: boolean): Promise<number>;