Browse Source

update yaml for new available_balance fields

master
Adam Gibson 4 years ago
parent
commit
ea6c34d81c
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 8
      docs/api/wallet-rpc.yaml

8
docs/api/wallet-rpc.yaml

@ -773,6 +773,8 @@ components:
type: string type: string
total_balance: total_balance:
type: string type: string
available_balance:
type: string
accounts: accounts:
type: array type: array
items: items:
@ -782,6 +784,8 @@ components:
type: string type: string
account_balance: account_balance:
type: string type: string
available_balance:
type: string
branches: branches:
type: array type: array
items: items:
@ -791,6 +795,8 @@ components:
type: string type: string
balance: balance:
type: string type: string
available_balance:
type: string
entries: entries:
type: array type: array
items: items:
@ -802,6 +808,8 @@ components:
type: string type: string
amount: amount:
type: string type: string
available_balance:
type: string
status: status:
type: string type: string
label: label:

Loading…
Cancel
Save