Type Alias BalanceChangeResult

BalanceChangeResult: {
    [denom: string]: bigint;
}