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

    Interface ITransactionDataEvent<T>

    interface ITransactionDataEvent<T = any> {
        getEventMessageId(): string;
        getEventTimeStamp(): number;
        getInitiator(): string;
        getNoticeData(): Promise<T>;
        getNotified(): string;
        toString(): string;
    }

    Type Parameters

    • T = any

    Hierarchy (View Summary)

    Index

    Methods