@exodus/bytes
    Preparing search index...

    Interface FromBigIntOptions

    Options for converting BigInt to bytes

    interface FromBigIntOptions {
        format?: OutputFormat;
        length: number;
    }
    Index

    Properties

    Properties

    format?: OutputFormat

    Output format (default: 'uint8')

    length: number

    The length in bytes of the output array