1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
NodeCreate(
NodeCreateTransactionBody {
account_id: Some(
AccountId {
shard_num: 0,
realm_num: 0,
account: Some(
AccountNum(
5006,
),
),
},
),
description: "test description",
gossip_endpoint: [
ServiceEndpoint {
ip_address_v4: [
127,
0,
0,
1,
],
port: 1234,
domain_name: "",
},
],
service_endpoint: [
ServiceEndpoint {
ip_address_v4: [
127,
0,
0,
1,
],
port: 1234,
domain_name: "",
},
],
gossip_ca_certificate: [
1,
2,
3,
4,
],
grpc_certificate_hash: [
5,
6,
7,
8,
],
admin_key: Some(
Key {
key: Some(
Ed25519(
[
224,
200,
236,
39,
88,
165,
135,
159,
250,
194,
38,
161,
60,
12,
81,
107,
121,
158,
114,
227,
81,
65,
160,
221,
130,
143,
148,
211,
121,
136,
164,
183,
],
),
),
},
),
decline_reward: false,
grpc_proxy_endpoint: None,
},
)