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

    Interface IStateNoticeEvent

    interface IStateNoticeEvent {
        getANTName(): string;
        getANTProcessId(): string;
        getBalances(): Promise<Record<string, number>>;
        getControllers(): Promise<string[]>;
        getDenomination(): Promise<number>;
        getDescription(): Promise<string>;
        getEventMessageId(): string;
        getEventTimeStamp(): number;
        getInitialized(): Promise<boolean>;
        getInitiator(): string;
        getKeywords(): Promise<string[]>;
        getLogo(): Promise<string>;
        getName(): Promise<string>;
        getNoticeData(): Promise<StateNoticeTransactionData>;
        getNotified(): string;
        getOwner(): Promise<string>;
        getRecords(): Promise<
            Record<string, { transactionId: string; ttlSeconds: number }>,
        >;
        getTicker(): Promise<string>;
        getTotalSupply(): Promise<number>;
        toString(): string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods