Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit d615688

Browse files
Update GetAddressResponse schema to return an object with address property
1 parent 9e8b9a3 commit d615688

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/api/wallet-rpc.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,13 @@ components:
795795
type: string
796796
example: "8000000"
797797
GetAddressResponse:
798-
type: string
799-
example: "bcrt1qujp2x2fv437493sm25gfjycns7d39exjnpptzw"
798+
type: object
799+
required:
800+
- address
801+
properties:
802+
address:
803+
type: string
804+
example: "bcrt1qujp2x2fv437493sm25gfjycns7d39exjnpptzw"
800805
ListWalletsResponse:
801806
type: object
802807
properties:

0 commit comments

Comments
 (0)