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

    Interface StateNoticeTransactionData

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

    Properties

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