stores
    Preparing search index...

    Interface NextToLastInit

    interface NextToLastInit {
        base?: MultibaseCodec<string>;
        extension?: string;
        prefixLength?: number;
    }
    Index

    Properties

    base?: MultibaseCodec<string>

    The multibase codec to use - nb. should be case insensitive. default: base32upper

    extension?: string

    The file extension to use. default: '.data'

    prefixLength?: number

    How many characters to take from the end of the CID. default: 2