MySet

Git Source

Inherits: SetSolo, SetRegistryHook, SetRegistryAdmin

State Variables

_idAllocator

ObjectIdAuto.Storage internal _idAllocator;

Functions

constructor

constructor(address setRegistry, uint64 kindId, uint32 kindRev) SetRegistryHook(setRegistry);

create

function create(address to, uint64 id0, bytes calldata data)
    external
    override
    returns (uint64 id, Descriptor memory od);

update

function update(uint64 id, bytes calldata data) external override returns (Descriptor memory od);

supportsInterface

function supportsInterface(bytes4 interfaceId) external pure override(SetSolo, SetRegistryHook) returns (bool);

_objectURI

function _objectURI() internal view virtual override returns (string memory);

Errors

KindRevNotSpecified

error KindRevNotSpecified();