You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The ethereum account (public key) that the credential belongs to. Basically the username in the traditional terminology of authentication.",
99
+
"minLength": 64,
100
+
"maxLength": 64,
101
+
"nullable": false
102
+
},
103
+
"keychainEntryKey": {
104
+
"type": "string",
105
+
"description": "The key to use when looking up the the keychain entry holding the secret pointed to by the keychainEntryKey parameter.",
106
+
"minLength": 0,
107
+
"maxLength": 1024
108
+
},
109
+
"keychainId": {
110
+
"type": "string",
111
+
"description": "The keychain ID to use when looking up the the keychain plugin instance that will be used to retrieve the secret pointed to by the keychainEntryKey parameter.",
Copy file name to clipboardExpand all lines: packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts
* The keychain ID to use when looking up the the keychain plugin instance that will be used to retrieve the secret pointed to by the keychainEntryKey parameter.
0 commit comments