Actions
IssueDid¶
새로운 did, verkey, signature를 발급합니다.
issueDid(
b2bRequest: IssueDidRequest
): IssueDidResponse
IssueDidRequest
field | type | description | note |
command | String | 요청 Command 유형 | 값: issueDid |
IssueDidResponse
field | type | description | note |
command | String | 요청Command 유형 | 값: issueDid |
did | String | 발행된 값 | |
signature | String | 발행된 값 | |
verkey | String | 발행된 값 |
Request Example
query{ issueDid( b2bRequest:{ command: "issueDid" }){ verkey signature command did } }
Response Example
{ "data": { "issueDid": { "verkey": "GymrozV6GYgZd8qaFypzzZUFkxMURzjdtQZjfXJWoGMc", "signature": "3af221fce3a5bf85619a19b91f4b79c2d900070072d9a0af0de3d7a93362bf18567de02bcddebe7212769b262d9ff074a2f275d428f2632f68e3ef8e67ddac00", "command": "issueDid", "did": "WKPwz4u6PjEsNkhgbL6fUN" } } }
이름없음이(가) 약 4년 전에 변경 · 13 revisions