mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
23 lines
371 B
Go
23 lines
371 B
Go
// Code generated from Pkl module `dwn`. DO NOT EDIT.
|
|
package dwn
|
|
|
|
type Schema struct {
|
|
Version int `pkl:"version"`
|
|
|
|
Account string `pkl:"account"`
|
|
|
|
Asset string `pkl:"asset"`
|
|
|
|
Chain string `pkl:"chain"`
|
|
|
|
Credential string `pkl:"credential"`
|
|
|
|
Jwk string `pkl:"jwk"`
|
|
|
|
Grant string `pkl:"grant"`
|
|
|
|
Keyshare string `pkl:"keyshare"`
|
|
|
|
Profile string `pkl:"profile"`
|
|
}
|