Solidity API
SetRegistry
InvalidDesc
error InvalidDesc()
AlreadyRegistered
error AlreadyRegistered()
NotSetProvider
error NotSetProvider()
NotContract
error NotContract()
OnRegisterDenied
error OnRegisterDenied()
OnRegisterFailed
error OnRegisterFailed()
MethodDisabled
error MethodDisabled()
PseduoStateArray
struct PseduoStateArray {
address impl;
bytes32 desc;
}
IMPL_FIELD
uint256 IMPL_FIELD
DESC_FIELD
uint256 DESC_FIELD
STATE_SIZE
uint256 STATE_SIZE
constructor
constructor() public
initialize
function initialize(address initialOwner, uint64 universe, string baseUri, address kindRegistry, address relRegistry, bytes32 descSetOfSet, bytes32 descSetOfKind) public
register
function register(address impl, bytes32 desc) external returns (uint64)
update
function update(uint64 id, bytes32 desc) external returns (struct ObjectMeta)
implOf
function implOf(uint64 id) external view returns (address)
update
function update(uint64, bytes32[]) public pure returns (struct ObjectMeta)