Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ObjectRefLib

Git Source

Functions

pack

function pack(uint64 set, uint64 id) internal pure returns (bytes32);

pack

function pack(ObjectRef memory ref) internal pure returns (bytes32);

unpack

function unpack(bytes32 packed) internal pure returns (ObjectRef memory ref);