You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a client or a miner, I would like to be able to reclaim unlocked funds from the Storage Market Actor, so that I can use them for other purposes.
How:
create lotus wallet reclaim-market-funds
to me seems like it should operate in two modes:
CLI - takes as first argument amount to reclaim (fails if more than available), optional argument is wallet other than default (i.e. --wallet)
Interactive - Show available balance, present prompt asking for amount to reclaim (default to full available if nothing entered), show known wallets (w/ numbers), present prompt for number of wallet to use (use default if nothing entered) can be done in second ticket
Relevant APIs:
api.StateMarketBalance (not it returns Escrow + Locked & Available = Escrow - Locked)
market.WithdrawBalance actor method
The text was updated successfully, but these errors were encountered:
As a client or a miner, I would like to be able to reclaim unlocked funds from the Storage Market Actor, so that I can use them for other purposes.
How:
create
lotus wallet reclaim-market-funds
to me seems like it should operate in two modes:
can be done in second ticket
Relevant APIs:
api.StateMarketBalance (not it returns Escrow + Locked & Available = Escrow - Locked)
market.WithdrawBalance actor method
The text was updated successfully, but these errors were encountered: