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
total_balance:
type: string
available_balance:
type: string
accounts:
type: array
items:
@ -782,6 +784,8 @@ components:
type: string
account_balance:
type: string
available_balance:
type: string
branches:
type: array
items:
@ -791,6 +795,8 @@ components:
type: string
balance:
type: string
available_balance:
type: string
entries:
type: array
items:
@ -802,6 +808,8 @@ components:
type: string
amount:
type: string
available_balance:
type: string
status:
type: string
label:

Loading…
Cancel
Save