@suluk/credits - v0.1.0
    Preparing search index...

    Type Alias DebitOutcome

    The outcome of an idempotent debit attempt (see debitOnceIfCovers).

    type DebitOutcome = {
        outcome: "debited" | "replayed" | "insufficient";
        nonce: string;
    }
    Index

    Properties

    Properties

    outcome: "debited" | "replayed" | "insufficient"
    nonce: string