Files
sonr/pkg/dwn/Schema.pkl.go
T

23 lines
371 B
Go
Raw Normal View History

2024-09-21 21:42:51 -04:00
// Code generated from Pkl module `dwn`. DO NOT EDIT.
package dwn
type Schema struct {
Version int `pkl:"version"`
2024-10-06 11:39:23 -04:00
Account string `pkl:"account"`
2024-09-21 21:42:51 -04:00
2024-10-06 11:39:23 -04:00
Asset string `pkl:"asset"`
2024-09-21 21:42:51 -04:00
2024-10-06 11:39:23 -04:00
Chain string `pkl:"chain"`
2024-09-21 21:42:51 -04:00
2024-10-06 11:39:23 -04:00
Credential string `pkl:"credential"`
2024-09-21 21:42:51 -04:00
2024-10-06 11:39:23 -04:00
Jwk string `pkl:"jwk"`
2024-09-21 21:42:51 -04:00
2024-10-06 11:39:23 -04:00
Grant string `pkl:"grant"`
2024-09-21 21:42:51 -04:00
2024-10-06 11:39:23 -04:00
Keyshare string `pkl:"keyshare"`
2024-09-21 21:42:51 -04:00
2024-10-06 11:39:23 -04:00
Profile string `pkl:"profile"`
2024-09-21 21:42:51 -04:00
}