You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/komodo-defi-framework/api/v20-dev/task_account_balance/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Use the `task::account_balance::status` method to view the status / response of
80
80
| ...address | string | Spendable balance for this address |
81
81
| ...derivation\_path | string | The The [BIP44 derivation path](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) of an address. |
82
82
| ...chain | string(numeric) |`Internal` or `External`. External is used for addresses that are meant to be visible outside of the wallet (e.g. for receiving payments). Internal is used for addresses which are not meant to be visible outside of the wallet and is used for return transaction change. |
83
-
| ...balance | object | A map of standard [balanceInfo](/komodo-defi-framework/api/v20/#balance-info) objects, by ticker. |
83
+
| ...balance | object | A map of standard [balanceInfo](/komodo-defi-framework/api/v20/#balance-info) objects, by ticker. |
84
84
| ....spendable | string(numeric) | Spendable balance for this address |
85
85
| ....unspendable | string(numeric) | Unspendable balance for this address (e.g. from unconfirmed incoming transactions) |
0 commit comments