Return true when the group represents an issuance.
true when the group has no asset id
Serialize the asset group into an existing binary writer.
Writer to append the asset group to
Convert the group into its batch-leaf representation for the given intent txid.
Intent transaction id used to build the leaf input reference
Batch-leaf asset group
StaticcreateCreate and validate an asset group.
Asset id for this group, or null for fresh issuance
Optional control asset reference for (re) issuance
Asset inputs in the group
Asset outputs in the group
Metadata entries associated with the group
A validated asset group
StaticfromDecode an asset group from its serialized bytes.
Serialized asset group bytes
Decoded asset group
StaticfromDecode an asset group from a binary reader.
Reader positioned at an asset group
Decoded asset group
StaticfromDecode an asset group from its hex string form.
Hex-encoded asset group
Decoded asset group
An asset group contains inputs, outputs, and all data related to a given asset id.
See
Example