BuildapireferenceIMasterBlueprintServiceManager

IMasterBlueprintServiceManager

Source: https://github.com/tangle-network/tnt-core/blob/main/src/interfaces/IMasterBlueprintServiceManager.sol

IMasterBlueprintServiceManager

Interface for the protocol-wide master blueprint service manager

Functions

onBlueprintCreated

function onBlueprintCreated(uint64 blueprintId, address owner, bytes encodedDefinition) external

Called when a new blueprint is created

Parameters
NameTypeDescription
blueprintIduint64The newly assigned blueprint ID
owneraddressThe blueprint owner
encodedDefinitionbytesABI-encoded blueprint definition data