Retrieve coin
Example Code
const coins = await coinProvider.getCoins({
coinTypes: ['0x2::sui::SUI'],
});Example Response
Key Properties:
Main Methods:
Last updated
Was this helpful?
const coins = await coinProvider.getCoins({
coinTypes: ['0x2::sui::SUI'],
});Last updated
Was this helpful?
Was this helpful?