@cashu/cashu-ts
    Preparing search index...

    Type Alias RawProof

    type RawProof = {
        amount: number;
        C: WeierstrassPoint<bigint>;
        id: string;
        secret: Uint8Array;
        witness?: P2PKWitness;
    }
    Index

    Properties

    amount: number
    C: WeierstrassPoint<bigint>
    id: string
    secret: Uint8Array
    witness?: P2PKWitness