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

    Type Alias Trigger

    Trigger:
        | { type: "any" }
        | { type: "balance-change" }
        | { type: "staking" }
        | { minHbar: number; type: "inflow" }
        | { minHbar: number; type: "outflow" }

    A notification trigger — what makes a transaction worth notifying about.