MystenLabs/Sui_Owned_Object_Pools

Implement Gas Coin Selection in signAndExecuteTransactionBlock

teohaik opened this issue · 0 comments

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:

  1. Choose all coins in the Pool
  2. 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