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
taprpc: add newGroupedAsset and GroupedAsset flags
In this commit, we replace the enableEmission flag for minting with two
flags, newGroupedAsset and GroupedAsset. These are mutually exclusive
and less ambigious than the parsing of enableEmission. newGroupedAsset
is used when creating a group anchor, and groupedAsset is used when
issuing into an existing group. We also add the MintSeedling type to
better display the state of a pending batch, as the enableEmission
variable was missing before.
0 commit comments