Class CLValueURef

  • All Implemented Interfaces:
    DecodableValue, EncodableValue

    public class CLValueURef
    extends AbstractCLValue<URef,​CLTypeURef>
    Casper Boolean CLURef implementation 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:
    AbstractCLValue, URef