Cashu-TS - v4.0.0-rc3
    Preparing search index...

    Type Alias SerializedBlindedMessage

    Blinded message for sending to the mint.

    type SerializedBlindedMessage = {
        amount: bigint;
        B_: string;
        id: string;
    }
    Index

    Properties

    Properties

    amount: bigint

    Amount as a bigint so that JSONInt.stringify emits a raw numeric JSON token (never a quoted string) for values that exceed Number.MAX_SAFE_INTEGER (e.g. msat denominations).

    B_: string

    Blinded message.

    id: string

    Keyset id.