2024-11-23 01:28:58 -05:00
|
|
|
// Code generated from Pkl module `common.types.DWN`. DO NOT EDIT.
|
|
|
|
|
package dwn
|
2024-09-18 02:22:17 -04:00
|
|
|
|
|
|
|
|
type Config struct {
|
2024-10-15 14:31:19 -04:00
|
|
|
IpfsGatewayUrl string `pkl:"ipfsGatewayUrl" json:"ipfsGatewayUrl,omitempty"`
|
2024-09-18 02:22:17 -04:00
|
|
|
|
2024-10-15 14:31:19 -04:00
|
|
|
MotrKeyshare string `pkl:"motrKeyshare" json:"motrKeyshare,omitempty"`
|
2024-09-18 02:22:17 -04:00
|
|
|
|
2024-10-15 14:31:19 -04:00
|
|
|
MotrAddress string `pkl:"motrAddress" json:"motrAddress,omitempty"`
|
2024-09-21 21:42:51 -04:00
|
|
|
|
2024-10-15 14:31:19 -04:00
|
|
|
SonrApiUrl string `pkl:"sonrApiUrl" json:"sonrApiUrl,omitempty"`
|
2024-09-26 15:58:49 -04:00
|
|
|
|
2024-10-15 14:31:19 -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
|
|
|
}
|