interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
https://rafiki.dev/
Apache License 2.0
226 stars 77 forks source link

Allow `updateWalletAddress` mutation to take in additional properties #2740

Closed mkurapov closed 1 week ago

mkurapov commented 1 month ago

Context

Similar to wallet address creation in #2739, we want to let the ASE allow updating additional properties to be associated with the wallet address.

We need to update the updateWalletAddress mutation input to take in additionalProperties. These properties are the same as the createWalletAddress input: an optional array of objects with key & value and visibleInOpenPayments.

Tasks