Type alias SerializedBlindedMessage

SerializedBlindedMessage: {
    B_: string;
    amount: number;
    id: string;
}

blinded message for sending to the mint

Type declaration

  • B_: string

    Blinded message

  • amount: number

    amount

  • id: string

    Keyset id

Generated using TypeDoc