Cashu-TS - v4.5.1
    Preparing search index...

    Type Alias ProofLike

    ProofLike: Omit<Proof, "amount"> & { amount: AmountLike }

    A proof-shaped object whose amount field has not yet been normalized to Amount.

    Use this type to model proofs coming from external storage (localStorage, databases, JSON blobs) where amount may be a number, string, or any other AmountLike value.

    Proof for the fully normalized type with amount: Amount.