ao-js-sdk - v0.2.11
    Preparing search index...

    Interface ARNameDetail

    interface ARNameDetail {
        controllers: string[];
        endTimestamp: number;
        expiryDate: Date;
        leaseDuration: string;
        logoTxId: string;
        name: string;
        owner: string;
        processId: string;
        records: Record<string, AntRecord>;
        startTimestamp: number;
        targetId: string;
        ttlSeconds: number;
        type: string;
        undernameLimit: number;
    }
    Index

    Properties

    controllers: string[]
    endTimestamp: number
    expiryDate: Date
    leaseDuration: string
    logoTxId: string
    name: string
    owner: string
    processId: string
    records: Record<string, AntRecord>
    startTimestamp: number
    targetId: string
    ttlSeconds: number
    type: string
    undernameLimit: number