Get Vasp List
Overview
getVaspList API fetches the list of available Virtual Asset Service Providers (VASPs).
Result
The VaspListResult containing the retrieved VASP list.
- vasp list: the list of Virtual Asset Service Providers (VASPs).
Code
iOS
addressBookService
.getVaspList()
.asPublisher()
.sink { result in
// ...
}
Android
conio.addressBookService
.getVaspList()
.asFlow()
.collect { result ->
//...
}