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

    Interface AntRecord

    Represents a record in the ANT state Equivalent to Lua Record type

    interface AntRecord {
        priority?: number;
        transactionId: string;
        ttlSeconds: number;
    }
    Index

    Properties

    priority?: number

    Priority level (optional)

    transactionId: string

    The transaction ID associated with the record

    ttlSeconds: number

    Time to live in seconds