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

15 lines
258 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-10-06 11:39:23 -04:00
ApiUrl string `pkl:"apiUrl"`
2024-09-18 02:22:17 -04:00
2024-10-06 11:39:23 -04:00
GrpcUrl string `pkl:"grpcUrl"`
2024-09-18 02:22:17 -04:00
2024-10-06 11:39:23 -04:00
RpcUrl string `pkl:"rpcUrl"`
2024-09-18 02:22:17 -04:00
2024-10-06 11:39:23 -04:00
WebSocketUrl string `pkl:"webSocketUrl"`
2024-09-19 02:04:22 -04:00
2024-10-06 11:39:23 -04:00
ChainId string `pkl:"chainId"`
2024-09-18 02:22:17 -04:00
}