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

    Interface ISetNameNoticeEvent

    interface ISetNameNoticeEvent {
        getANTName(): string;
        getANTProcessId(): string;
        getEventMessageId(): string;
        getEventTimeStamp(): number;
        getInitiator(): string;
        getName(): Promise<string>;
        getNoticeData(): Promise<SetNameNoticeTransactionData>;
        getNotified(): string;
        toString(): string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods