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

    Interface ISetTickerNoticeEvent

    interface ISetTickerNoticeEvent {
        getANTName(): string;
        getANTProcessId(): string;
        getEventMessageId(): string;
        getEventTimeStamp(): number;
        getInitiator(): string;
        getNoticeData(): Promise<SetTickerNoticeTransactionData>;
        getNotified(): string;
        getTicker(): Promise<string>;
        toString(): string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods