Type alias MintPayload

MintPayload: {
    outputs: SerializedBlindedMessage[];
    quote: string;
}

Payload that needs to be sent to the mint when requesting a mint

Type declaration

  • outputs: SerializedBlindedMessage[]

    Outputs (blinded messages) to be signed by the mint.

  • quote: string

    Quote ID received from the mint.

Generated using TypeDoc