7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
|
|
type DID string
|
||
|
|
|
||
|
|
type Example struct {
|
||
|
|
hello String
|
||
|
|
issuer DID (rename "iss")
|
||
|
|
}
|