Implement Gas Coin Selection in signAndExecuteTransactionBlock
teohaik opened this issue · 0 comments
teohaik commented
Design Document provides an initial skeleton for the signAndExecuteTransactionBlock function.
In this task, the Step (2). Select Gas should be implemented
This as, the comment implies, might need extra work at the Pool Level:
- Choose all coins in the Pool
- Probably makes sense to track all the coins in the Pool in a separate Data Structure to make this simple, which also requires updating that list in step 4