IMasterBlueprintServiceManager
IMasterBlueprintServiceManager
Interface for the protocol-wide master blueprint service manager
Functions
onBlueprintCreated
function onBlueprintCreated(uint64 blueprintId, address owner, bytes encodedDefinition) externalCalled when a new blueprint is created
Parameters
| Name | Type | Description |
|---|---|---|
| blueprintId | uint64 | The newly assigned blueprint ID |
| owner | address | The blueprint owner |
| encodedDefinition | bytes | ABI-encoded blueprint definition data |