sui
sui copied to clipboard
wallet-ext: dapp interface method to request for coins with specific balance
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.
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.
This shouldn't be needed with new rpc methods.