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

    Interface ARNSRecord

    Represents an ARNS (Arweave Name Service) record

    interface ARNSRecord {
        metadata?: Record<string, any>;
        name: string;
        processId: string;
    }
    Index

    Properties

    metadata?: Record<string, any>

    Optional metadata associated with the ARNS record

    name: string

    The name associated with this ARNS record

    processId: string

    The process ID associated with this ARNS record