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

    Interface IANTDataService

    interface IANTDataService {
        getApprovePrimaryNameNotices(
            processId: string,
        ): Observable<Partial<FullArweaveTransaction>[]>;
        getCreditNotices(
            processId: string,
        ): Observable<Partial<FullArweaveTransaction>[]>;
        getDebitNotices(
            processId: string,
        ): Observable<Partial<FullArweaveTransaction>[]>;
        getReassignNameNotices(
            processId: string,
        ): Observable<Partial<FullArweaveTransaction>[]>;
        getReleaseNameNotices(
            processId: string,
        ): Observable<Partial<FullArweaveTransaction>[]>;
        getRemovePrimaryNamesNotices(
            processId: string,
        ): Observable<Partial<FullArweaveTransaction>[]>;
        getSetRecordNotices(
            processId: string,
        ): Observable<Partial<FullArweaveTransaction>[]>;
        getStateNotices(
            processId: string,
        ): Observable<Partial<FullArweaveTransaction>[]>;
        getStateNoticesWithData(
            processId: string,
        ): Observable<ArweaveTransactionWithData[]>;
    }

    Implemented by

    Index

    Methods