Factory method to create an ADAByronAddress instance from bytes.
factory ADAByronAddress.fromBytes(List<int> bytes) { return ADAByronAddress.deserialize(CborObject.fromCbor(bytes).cast()); }