Browse Source

Update GetAddressResponse schema to return an object with address property

master
Nischal Shetty 6 months ago
parent
commit
d615688df3
  1. 5
      docs/api/wallet-rpc.yaml

5
docs/api/wallet-rpc.yaml

@ -795,6 +795,11 @@ components:
type: string
example: "8000000"
GetAddressResponse:
type: object
required:
- address
properties:
address:
type: string
example: "bcrt1qujp2x2fv437493sm25gfjycns7d39exjnpptzw"
ListWalletsResponse:

Loading…
Cancel
Save