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

    Type Alias BlindSignature

    type BlindSignature = {
        amount: number;
        C_: WeierstrassPoint<bigint>;
        id: string;
    }
    Index

    Properties

    Properties

    amount: number
    C_: WeierstrassPoint<bigint>
    id: string