We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cbe7e commit 7908c98Copy full SHA for 7908c98
node-registrar/client/types.go
@@ -12,10 +12,11 @@ type Account struct {
12
}
13
14
type Farm struct {
15
- FarmID uint64 `json:"farm_id"`
16
- FarmName string `json:"farm_name"`
17
- TwinID uint64 `json:"twin_id"`
18
- Dedicated bool `json:"dedicated"`
+ FarmID uint64 `json:"farm_id"`
+ FarmName string `json:"farm_name"`
+ TwinID uint64 `json:"twin_id"`
+ Dedicated bool `json:"dedicated"`
19
+ StellarAddress string `json:"stellar_address"`
20
21
22
type Node struct {
0 commit comments