Type alias SplitResponse

SplitResponse: {
    promises: SerializedBlindedSignature[];
} & ApiError

Response from the mint after performing a split action

Generated using TypeDoc