Type alias SplitPayload

SplitPayload: {
    outputs: SerializedBlindedMessage[];
    proofs: Proof[];
}

Payload that needs to be sent to the mint when performing a split action

Type declaration

  • outputs: SerializedBlindedMessage[]

    Fresh blinded messages to be signed by the mint to create the split proofs

  • proofs: Proof[]

    Proofs to be split

Generated using TypeDoc