Author Topic: wallet_account_balance response changed in v0.4.25-RC1 RPC API?  (Read 1118 times)

0 Members and 1 Guest are viewing this topic.

Offline vikram

An extra argument was added in RC1:
Code: [Select]
(wallet closed) >>> h wallet_account_balance
Usage:
wallet_account_balance [account_name] [withdraw_condition]                                            Lists the total asset balances for the specified account
Lists the total asset balances for the specified account

Parameters:
  account_name (account_name, optional, defaults to ""): the account to get a balance for, or leave empty for all accounts
  withdraw_condition (withdraw_condition_type, optional, defaults to "withdraw_signature_type"): the withdraw condition type to return balances for

Returns:
  account_balance_summary_type

aliases: balance, getbalance

This has been reverted and the extra argument will be removed in RC2: https://github.com/BitShares/bitshares/commit/343cf7acc2bbddb530937c284252cdbe98e71e7a

Offline nethyb

  • Full Member
  • ***
  • Posts: 197
    • View Profile
  • BitShares: nethyb
Has the API response changed for wallet_account_balance call in v0.4.25-RC1?

My balance query code is a failing, meaning I can't pay out miners and wondered if it's due to a change in the API call?