Actions
IssueDid » 이력 » 개정판 5
« 뒤로 |
개정판 5/13
(비교(diff))
| 다음 »
이름없음, 2021/06/09 07:01
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년 전에 변경 · 5 revisions