libp2p
    Preparing search index...

    Interface TagOptions

    interface TagOptions {
        ttl?: number;
        value?: number;
    }
    Index

    Properties

    Properties

    ttl?: number

    An optional duration in ms after which the tag will expire

    value?: number

    An optional tag value (1-100)