sonr/pkg/dwn/Schema.pkl.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"`
}