read static method
Implementation
static LiftRetVal<InvalidBase58PayloadLengthAddressParseException> read(
Uint8List buf) {
int new_offset = buf.offsetInBytes;
return LiftRetVal(
InvalidBase58PayloadLengthAddressParseException._(), new_offset);
}