Enumeration CompactUintError

Enumeration Members

excessiveBytes: "Error decoding CompactUint: unexpected bytes after CompactUint."
insufficientBytes: "Error reading CompactUint: insufficient bytes."
noPrefix: "Error reading CompactUint: requires at least one byte."
nonMinimal: "Error reading CompactUint: CompactUint is not minimally encoded."

Generated using TypeDoc