Documentation
    Preparing search index...

    Interface ResolveNameServiceNamesParams

    Return the resolved names given address, if multiple names are resolved, the first one is the primary name.

    interface ResolveNameServiceNamesParams {
        address: string;
        cursor?: string | null;
        limit?: number | null;
        signal?: AbortSignal;
    }
    Index

    Properties

    address: string

    The address to resolve

    cursor?: string | null
    limit?: number | null
    signal?: AbortSignal