Actions
GetNonce » 이력 » 개정판 2
« 뒤로 |
개정판 2/3
(비교(diff))
| 다음 »
이름없음, 2022/01/05 02:57
GetNonce¶
getNonce(
param: BaseRequest
): NonceResponse
BaseRequest
field | type | description | note |
---|---|---|---|
index | String | 사용자 verkey | |
command | String |
NonceResponse
field | type | description | note |
---|---|---|---|
nonce | String | ||
command | String |
Request Example
query {
getNonce(param: {
did: "9Dq5ZBptrf7Kgxe3K2Xw3aFwHSdoStiUrs98QPRgbrbt"
command: "getNonce"
}) {
nonce
}
}
Response Example
{
"data": {
"getNonce": {
"nonce": "0a821689-60cb-440f-a6ea-631f00b7e42c"
}
}
}
이름없음이(가) 3년 이상 전에 변경 · 2 revisions