Type alias SwapPayload

SwapPayload: {
    inputs: Proof[];
    outputs: SerializedBlindedMessage[];
}

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

Type declaration

Generated using TypeDoc