Class UnsignedByteArray

java.lang.Object
org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray

public class UnsignedByteArray extends Object
Wrapper for holding unsigned bytes since unsigned bytes are hard in Java and XRPL ledger does many operations on arrays on unsigned bytes.

Note: several of the methods in this class mutate the underlying value.