Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,9 @@ import { OfcSignPayloadBody, OfcSignPayloadResponse } from './ofcSignPayload';
* - Encrypted private keys must be available in the file system
* - Wallet passphrase must be provided via request body or environment variable
*
* **Flow**:
* 1. Reads encrypted private key from filesystem
* 2. Decrypts private key using wallet passphrase
* 3. Signs the payload with the decrypted key
* 4. Returns signed payload and hex-encoded signature
*
* @operationId express.v2.ofc.extSignPayload
* @tag express
* @tag Express
*/
export const PostOfcExtSignPayload = httpRoute({
path: '/api/v2/ofc/signPayload',
Expand Down
Loading