UNPKG

secret-polar

Version:

Polar is a development environment to compile, deploy, test, run scrt 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>;