getCuratedAssets()
Get the curated assets (shortlist in Xumm) for Trust Lines
const curatedAssets = await Sdk.getCuratedAssets();{
curatedAssets: {
issuers: [ 'Bitstamp', 'GateHub' ],
currencies: [ 'USD', 'BTC', 'EUR', 'ETH' ],
details: {
Bitstamp: [Object],
GateHub: [Object]
}
}
}Last updated
Was this helpful?