MintBurnFactory Holding Offers/Requests
Hello,
What is the rationale behind the Splice.Api.Token.BurnMintV1:BurnMintFactory not having offer/request flows for “accumulating” authorizations from “issuers/holders” respectively? For context the Utility.Registry.App.V0.Service.AllocationFactory:AllocationFactory has such flows alongside the BurnMintFactory one.
As it stands, it seems difficult that a backend service/api call with no dependencies from utility is able to mint holdings to “holders”, apart from a “issuer mint to self and transfer to holder” given it requires multiple controllers and some of those may be “external parties”.
Hi David,
The BurnMintFactory interface is meant as an integration point where custom Daml models can compose with the DA Registry. The expectation is that those custom models are used for authorization gathering.
Matteo