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

13 lines
225 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 {
ApiUrl string `pkl:"apiUrl"`
GrpcUrl string `pkl:"grpcUrl"`
RpcUrl string `pkl:"rpcUrl"`
WebSocketUrl string `pkl:"webSocketUrl"`
}