Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias SizeHint

    Hint for how big the encoded object will be.

    type SizeHint = {
        bytes: number;
        isExact: boolean;
    }
    Index

    Properties

    Properties

    bytes: number

    Number of bytes in the encoding.

    isExact: boolean

    Is bytes the exact number of bytes that will be used or just a hint?