@multiformats/multiaddr
    Preparing search index...

    Interface Protocol

    Protocols are present in the protocol table

    interface Protocol {
        code: number;
        name: string;
        path?: boolean;
        resolvable?: boolean;
        size: number;
    }
    Index

    Properties

    code: number
    name: string
    path?: boolean
    resolvable?: boolean
    size: number