2024-12-11 12:21:52 -05:00
|
|
|
// Code generated from Pkl module `sonr.conf.Motr`. DO NOT EDIT.
|
|
|
|
package motr
|
2024-09-21 21:42:51 -04:00
|
|
|
|
|
|
|
type Schema struct {
|
|
|
|
Version int `pkl:"version"`
|
|
|
|
|
2024-10-07 10:49:25 -04:00
|
|
|
Account string `pkl:"account" json:"account,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
|
2024-10-07 10:49:25 -04:00
|
|
|
Asset string `pkl:"asset" json:"asset,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
|
2024-10-07 10:49:25 -04:00
|
|
|
Chain string `pkl:"chain" json:"chain,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
|
2024-10-07 10:49:25 -04:00
|
|
|
Credential string `pkl:"credential" json:"credential,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
|
2024-10-07 10:49:25 -04:00
|
|
|
Jwk string `pkl:"jwk" json:"jwk,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
|
2024-10-07 10:49:25 -04:00
|
|
|
Grant string `pkl:"grant" json:"grant,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
|
2024-10-07 10:49:25 -04:00
|
|
|
Keyshare string `pkl:"keyshare" json:"keyshare,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
|
2024-10-07 10:49:25 -04:00
|
|
|
Profile string `pkl:"profile" json:"profile,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
}
|