How To Guides
How to query wallet anchors
Ledger SDK allows users to create anchors connected wallets and query them.
Creating anchors
Query wallet anchors
We are also able to apply some filters for the target
and/or for the symbol
Anchors resolved by wallet bridge are also included in the response if the ledger is able to resolve a bridge for the address tel:123
. The bridge should implement anchors
trait in order to receive this request. See About Bridges for more details about bridge anchors.
Useful links
- See About Anchors for more details about this concept.
- See About Bridges