Type alias PostRestoreResponse

PostRestoreResponse: {
    outputs: SerializedBlindedMessage[];
    promises: SerializedBlindedSignature[];
}

Response from mint at /v1/restore endpoint

Type declaration

Generated using TypeDoc