Type alias SerializedBlindedMessage

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

blinded message for sending to the mint

Type declaration

  • B_: string

    Blinded message

  • amount: number

    amount

Generated using TypeDoc