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

    Interface ISetRecordEvent

    interface ISetRecordEvent {
        getANTName(): string;
        getANTProcessId(): string;
        getEventMessageId(): string;
        getEventTimeStamp(): number;
        getInitiator(): string;
        getNoticeData(): Promise<SetRecordNoticeTransactionData>;
        getNotified(): string;
        getSubDomain(): Promise<string>;
        getTransactionId(): Promise<string>;
        getTtlSeconds(): Promise<number>;
        toString(): string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods