@multiformats/dns
    Preparing search index...

    Interface Question

    interface Question {
        name: string;
        type: RecordType;
    }
    Index

    Properties

    Properties

    name: string

    The record name requested.

    The type of DNS record requested.