@hiero-hackers/hiero-notifications - v0.1.0
    Preparing search index...

    Interface NotifyConfig

    interface NotifyConfig {
        accounts: string[];
        backfill?: number;
        deadLetter?: string;
        deliveries?: DeliveriesConfig;
        network?: string;
        pollIntervalSeconds?: number;
        state?: string;
        transactionType?: string;
        triggers?: Trigger[];
    }
    Index
    accounts: string[]
    backfill?: number
    deadLetter?: string
    deliveries?: DeliveriesConfig
    network?: string
    pollIntervalSeconds?: number
    state?: string
    transactionType?: string
    triggers?: Trigger[]