read static method

Implementation

static LiftRetVal<Base58AddressParseException> read(Uint8List buf) {
  int new_offset = buf.offsetInBytes;

  return LiftRetVal(Base58AddressParseException._(), new_offset);
}