sui icon indicating copy to clipboard operation
sui copied to clipboard

wallet-ext: dapp interface method to request for coins with specific balance

Open pchrysochoidis opened this issue 2 years ago • 1 comments

add a requestCoin method (for SUI only for now if makes things simpler) to allow dapps to easily get a reference of coin with specified balance. If the coin does not exist but the user has enough balance the wallet can split/merge and return the new coin.

pchrysochoidis avatar Jun 30 '22 14:06 pchrysochoidis

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Aug 30 '22 02:08 github-actions[bot]

This shouldn't be needed with new rpc methods.

Jordan-Mysten avatar Oct 12 '22 20:10 Jordan-Mysten