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

    Interface ANTState

    Represents the complete state of an ANT (Arweave Name Token)

    interface ANTState {
        Balances: Record<string, number>;
        Controllers: string[];
        Denomination: number;
        Description: string;
        Initialized: boolean;
        Keywords: string[];
        Logo: string;
        Name: string;
        Owner: string;
        Records: Record<string, AntRecord>;
        Ticker: string;
        TotalSupply: number;
    }
    Index

    Properties

    Balances: Record<string, number>

    Balance mapping of addresses to their token amounts

    Controllers: string[]

    Array of controller addresses

    Denomination: number

    Denomination value

    Description: string

    Description of the ANT

    Initialized: boolean

    Whether the ANT has been initialized

    Keywords: string[]

    Keywords associated with the ANT

    Logo: string

    Logo transaction ID

    Name: string

    Name of the ANT

    Owner: string

    Owner address

    Records: Record<string, AntRecord>

    Records mapping with transaction IDs and TTL settings

    Ticker: string

    Ticker symbol

    TotalSupply: number

    Total supply of the ANT