NodeAddress
The metadata for a Node – including IP Address, and the crypto account associated with the Node.
Field | Type | Description |
---|---|---|
| bytes | The ip address of the Node with separator & octets [deprecated v0.13.0] |
| int32 | The port number of the grpc server for the node [deprecated v0.13.0] |
| bytes | The memo field of the node [deprecated v0.13.0] |
| string | The RSA public key of the node. |
| int64 | A non-sequential identifier for the node |
| The account to be paid for queries and transactions sent to this node | |
| bytes | A hash of the X509 cert used for gRPC traffic to this node |
| repeated ServiceEndpoint | A node's service IP addresses and ports [Added v0.13.0] |
| string | A description of the node, with UTF-8 encoding up to 100 bytes [Added v0.13.0] |
| int64 | The amount of tinybars staked to the node [Added v0.13.0] |
Last updated