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
In some contracts, often, there are required box positions for particular boxes (refresh, pool, buyback boxes, etc.). Usually, the order is defined by adding boxes to the vector, which is error-prone (think swapping two lines of code).
Implementation details
*TxLayout is constructed with specific *BoxWrapper types and produces the box array for a tx builder.
The text was updated successfully, but these errors were encountered:
Motivation
In some contracts, often, there are required box positions for particular boxes (refresh, pool, buyback boxes, etc.). Usually, the order is defined by adding boxes to the vector, which is error-prone (think swapping two lines of code).
Implementation details
*TxLayout
is constructed with specific*BoxWrapper
types and produces the box array for a tx builder.The text was updated successfully, but these errors were encountered: