Skip to content

Commit

Permalink
adding type definitions and bump parachain-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj committed Dec 24, 2024
1 parent 6b179a2 commit f29787b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tee-worker/identity/client-api/parachain-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/src/index.js",
"module": "dist/src/index.js",
"sideEffects": false,
"version": "0.9.21-next.0",
"version": "0.9.21-next.1",
"scripts": {
"clean": "rm -rf dist build node_modules",
"update-metadata": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9944 > prepare-build/litentry-parachain-metadata.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@ export default {
Private: "(Bytes,H256)",
},
},

AuthOptions: {
expires_at: "u32",
},
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default {
add_account: "(LitentryIdentity, LitentryIdentity, LitentryValidationData, bool)",
remove_accounts: "(LitentryIdentity, Vec<LitentryIdentity>)",
publicize_account: "(LitentryIdentity, LitentryIdentity)",
request_auth_token: "(LitentryIdentity, AuthOptions)",
},
},
TrustedOperationStatus: {
Expand Down

0 comments on commit f29787b

Please sign in to comment.