Interface LengthEncoderFunction

interface LengthEncoderFunction {
    bytes: number;
    (value): Uint8Array | Uint8ArrayList;
}

Properties

Properties

bytes: number