Type alias SplitPayload

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

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

Type declaration

  • amount: number

    Amount that needs to be split from the total amount provided (in proofs)

  • 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