mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
- **docs: remove discord badge from README** - **fix: ensure go version is up-to-date** - **<no value>** - **refactor: update import paths for blocks to components** - **feat: add Hero component template** - **fix: update footer logo to svg** - **feat: add Query/Sign and Query/Verify RPC methods** - **refactor: rename Keyshares to KsVal in did/v1/state.proto**
25 lines
629 B
Go
25 lines
629 B
Go
// Code generated from Pkl module `dwn`. DO NOT EDIT.
|
|
package dwn
|
|
|
|
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"`
|
|
|
|
PublicKey string `pkl:"publicKey" json:"publicKey,omitempty"`
|
|
|
|
Profile string `pkl:"profile" json:"profile,omitempty"`
|
|
}
|