Files
sonr/pkg/dwn/Sonr.pkl.go
T

15 lines
386 B
Go
Raw Normal View History

2024-09-18 02:22:17 -04:00
// Code generated from Pkl module `dwn`. DO NOT EDIT.
package dwn
type Sonr struct {
2024-09-19 02:04:22 -04:00
ApiUrl string `pkl:"apiUrl" json:"apiUrl,omitempty"`
2024-09-18 02:22:17 -04:00
2024-09-19 02:04:22 -04:00
GrpcUrl string `pkl:"grpcUrl" json:"grpcUrl,omitempty"`
2024-09-18 02:22:17 -04:00
2024-09-19 02:04:22 -04:00
RpcUrl string `pkl:"rpcUrl" json:"rpcUrl,omitempty"`
2024-09-18 02:22:17 -04:00
2024-09-19 02:04:22 -04:00
WebSocketUrl string `pkl:"webSocketUrl" json:"webSocketUrl,omitempty"`
ChainId string `pkl:"chainId" json:"chainId,omitempty"`
2024-09-18 02:22:17 -04:00
}