Skip to content

Commit c1dd567

Browse files
authored
docs(express): ofc extSignPayload v2
2 parents 19164bc + 35461bf commit c1dd567

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

modules/express/src/typedRoutes/api/v2/ofcExtSignPayload.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,9 @@ import { OfcSignPayloadBody, OfcSignPayloadResponse } from './ofcSignPayload';
1717
* - Encrypted private keys must be available in the file system
1818
* - Wallet passphrase must be provided via request body or environment variable
1919
*
20-
* **Flow**:
21-
* 1. Reads encrypted private key from filesystem
22-
* 2. Decrypts private key using wallet passphrase
23-
* 3. Signs the payload with the decrypted key
24-
* 4. Returns signed payload and hex-encoded signature
2520
*
2621
* @operationId express.v2.ofc.extSignPayload
27-
* @tag express
22+
* @tag Express
2823
*/
2924
export const PostOfcExtSignPayload = httpRoute({
3025
path: '/api/v2/ofc/signPayload',

0 commit comments

Comments
 (0)