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