v1
latestOpenAPI 3.0.12026-07-177294143.2 KBnode
Generate a new distributed key
post/v1/node/dks
Request body
Example request
{
"peerIdentities": [
"peerIdentities",
"peerIdentities"
],
"timeoutMS": 1,
"threshold": 1
}Response
DK shares info
Example response
{
"publicKeyShares": [
"publicKeyShares",
"publicKeyShares"
],
"address": "address",
"peerIdentities": [
"peerIdentities",
"peerIdentities"
],
"threshold": 1,
"publicKey": "publicKey",
"peerIndex": 1
}