ElementLib
Structs
ElementValueRef
Reference to a fungible token value instance
struct ElementValueRef {
uint16 rev;
uint48 tok;
uint192 amount;
}
ElementUniqueRef
Reference to a unique token instance
struct ElementUniqueRef {
uint16 rev;
uint48 tok;
uint64 id;
uint128 amount;
}
ElementObjectRef
Reference to an object instance
struct ElementObjectRef {
uint128 _reserved;
uint64 set;
uint64 id;
}