Type Alias MintPayload

MintPayload: {
    outputs: SerializedBlindedMessage[];
    quote: string;
    signature?: 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.

  • Optionalsignature?: string

    Public key the quote is locked to