ArkEcosystemArchive / payvo-sdk

Archived, please see https://github.com/ArdentHQ/platform-sdk
https://github.com/PayvoHQ/sdk
9 stars 7 forks source link

refactor(profiles): include network id in wallet lookup of transaction aggregate #722

Closed dated closed 2 years ago

dated commented 2 years ago

Summary

Adds an extra networkId field to the WalletIdentifier interface which can be used to also match against a wallets network in the transaction aggregate wallet lookup, in addition to the identifier value itself.

Checklist