CheckStateEnum
@cashu/cashu-ts / CheckStateEnum
Enumeration: CheckStateEnum
Defined in: cashu-ts/src/model/types/mint/responses.ts:33
Enum for the state of a proof
Enumeration Members
PENDING
PENDING:
"PENDING"
Defined in: cashu-ts/src/model/types/mint/responses.ts:35
SPENT
SPENT:
"SPENT"
Defined in: cashu-ts/src/model/types/mint/responses.ts:36
UNSPENT
UNSPENT:
"UNSPENT"
Defined in: cashu-ts/src/model/types/mint/responses.ts:34