@suluk/credits - v0.1.0
↑ Suluk
GitHub
Preparing search index...
DebitOutcome
Type Alias DebitOutcome
The outcome of an idempotent debit attempt (see
debitOnceIfCovers
).
type
DebitOutcome
=
{
outcome
:
"debited"
|
"replayed"
|
"insufficient"
;
nonce
:
string
;
}
Index
Properties
outcome
nonce
Properties
outcome
outcome
:
"debited"
|
"replayed"
|
"insufficient"
nonce
nonce
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
outcome
nonce
↑ Suluk
GitHub
@suluk/credits - v0.1.0
Loading...
The outcome of an idempotent debit attempt (see debitOnceIfCovers).