Actions
IssueDid » 이력 » 개정판 7
« 뒤로 |
개정판 7/13
(비교(diff))
| 다음 »
이름없음, 2021/06/09 08:19
IssueDid¶
요청 필드¶
issueDid(
b2bRequest: IssueDidRequest
): IssueDidResponse
IssueDidRequest
| field | type | description |
| command | String | 요청 Command 유형 (값: "issueDid") |
| hidden | String | did 발행 대상(snplab, b2b, user)을 구분하는값 |
IssueDidResponse
| field | type | description |
| command | String | 요청Command 유형 |
| did | String | 발행된 값 |
| signature | String | 발행된 값 |
| verkey | String | 발행된 값 |
요청 예시
query{
issueDid( b2bRequest:{
command: "issueDid"
}){
verkey
signature
command
did
}
}
응답 예시
{
"data": {
"issueDid": {
"verkey": "GymrozV6GYgZd8qaFypzzZUFkxMURzjdtQZjfXJWoGMc",
"signature": "3af221fce3a5bf85619a19b91f4b79c2d900070072d9a0af0de3d7a93362bf18567de02bcddebe7212769b262d9ff074a2f275d428f2632f68e3ef8e67ddac00",
"command": "issueDid",
"did": "WKPwz4u6PjEsNkhgbL6fUN"
}
}
}
이름없음이(가) 4년 이상 전에 변경 · 7 revisions