Mints a new asset using LeafSchema V2 and optionally adds it to an
MPL Core collection. Requires a tree created with createTreeV2.
LeafSchema V2 enables new functionality over V1 minting:
Uses MPL Core collections instead of Token Metadata collections.
Uses the streamlined MetadataArgsV2 arguments, which eliminate
the collection verified flag: any collection included is
automatically considered verified.
Allows plugins such as Royalties or Permanent Burn Delegate on the
MPL Core collection to authorize operations on the Bubblegum
asset. The BubblegumV2 plugin must also be present on the MPL
Core collection for it to be usable with Bubblegum.
Allows freezing/thawing of the asset, as well as marking it
permanently non-transferable (soulbound).
Reserves (but does not yet use) an optional data blob and schema
that can be associated with the asset.
Mints a new asset using
LeafSchemaV2 and optionally adds it to an MPL Core collection. Requires a tree created withcreateTreeV2.LeafSchemaV2 enables new functionality over V1 minting:MetadataArgsV2arguments, which eliminate the collection verified flag: any collection included is automatically considered verified.BubblegumV2plugin must also be present on the MPL Core collection for it to be usable with Bubblegum.