Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/MintBurnFactory Holding Offers/RequestsForum ↗

MintBurnFactory Holding Offers/Requests

App Development2 posts16 viewsLast activity 15h ago
DA
David_MartinsOP
20h ago

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”.

MA
Matteo_Limberto
15h ago

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

← Back to Discussions