Browse Source

Update GetAddressResponse schema to return an object with address property

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

9
docs/api/wallet-rpc.yaml

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

Loading…
Cancel
Save