UNPKG

@kubiklabs/wasmkit

Version:

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

5 lines (4 loc) 333 B
/// <reference types="chai" /> export declare function supportChangeTokenBalance(Assertion: Chai.AssertionStatic): void; export declare function getBalanceChange(transaction: (() => Promise<any>), // eslint-disable-line @typescript-eslint/no-explicit-any accountAddr: string, token: string, logResponse?: boolean): Promise<number>;