Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunSDKTests ¶
Types ¶
type Geolocations ¶
type Geolocations struct {
One []Pair `json:"1"`
}
Geolocations struct is used to store geolocations
type Pair ¶
type Pair struct {
RPCAddress string `json:"rpcAddress"`
PublicAddress string `json:"publicAddress"`
}
Pair struct is used to store provider RPCAddress and PublicAddress
type PairingList ¶
type PairingList struct {
TestNet Geolocations `json:"testnet"`
}
PairingList struct is used to store seed provider information for lavaOverLava
Click to show internal directories.
Click to hide internal directories.