Class URef


  • public class URef
    extends java.lang.Object
    URef is a tuple that contains the address of the URef and the access rights to that URef. The serialized representation of the URef is 33 bytes long. The first 32 bytes are the byte representation of the URef address, and the last byte contains the bits corresponding to the access rights of the URef.
    Since:
    0.0.1
    See Also:
    CLValueURef