Files
sonr/pkg/core/dwn/Config.pkl.go
T

19 lines
599 B
Go
Raw Normal View History

// Code generated from Pkl module `common.types.DWN`. DO NOT EDIT.
package dwn
2024-09-18 02:22:17 -04:00
type Config struct {
IpfsGatewayUrl string `pkl:"ipfsGatewayUrl" json:"ipfsGatewayUrl,omitempty"`
2024-09-18 02:22:17 -04:00
MotrKeyshare string `pkl:"motrKeyshare" json:"motrKeyshare,omitempty"`
2024-09-18 02:22:17 -04:00
MotrAddress string `pkl:"motrAddress" json:"motrAddress,omitempty"`
2024-09-21 21:42:51 -04:00
SonrApiUrl string `pkl:"sonrApiUrl" json:"sonrApiUrl,omitempty"`
2024-09-26 15:58:49 -04:00
SonrRpcUrl string `pkl:"sonrRpcUrl" json:"sonrRpcUrl,omitempty"`
SonrChainId string `pkl:"sonrChainId" json:"sonrChainId,omitempty"`
VaultSchema *Schema `pkl:"vaultSchema" json:"vaultSchema,omitempty"`
2024-09-18 02:22:17 -04:00
}