near-api-js - v7.0.4
Preparing search index...
rpc/types.gen
PeerInfoView
Type Alias PeerInfoView
type
PeerInfoView
=
{
account_id
?:
AccountId
|
null
;
addr
:
string
;
archival
:
boolean
;
block_hash
?:
CryptoHash
|
null
;
connection_established_time_millis
:
number
;
height
?:
number
|
null
;
is_highest_block_invalid
:
boolean
;
is_outbound_peer
:
boolean
;
last_time_peer_requested_millis
:
number
;
last_time_received_message_millis
:
number
;
nonce
:
number
;
peer_id
:
PublicKey
;
received_bytes_per_sec
:
number
;
sent_bytes_per_sec
:
number
;
tracked_shards
:
ShardId
[]
;
}
Index
Properties
account_
id?
addr
archival
block_
hash?
connection_
established_
time_
millis
height?
is_
highest_
block_
invalid
is_
outbound_
peer
last_
time_
peer_
requested_
millis
last_
time_
received_
message_
millis
nonce
peer_
id
received_
bytes_
per_
sec
sent_
bytes_
per_
sec
tracked_
shards
Properties
Optional
account_
id
account_id
?:
AccountId
|
null
addr
addr
:
string
archival
archival
:
boolean
Optional
block_
hash
block_hash
?:
CryptoHash
|
null
connection_
established_
time_
millis
connection_established_time_millis
:
number
Optional
height
height
?:
number
|
null
is_
highest_
block_
invalid
is_highest_block_invalid
:
boolean
is_
outbound_
peer
is_outbound_peer
:
boolean
last_
time_
peer_
requested_
millis
last_time_peer_requested_millis
:
number
last_
time_
received_
message_
millis
last_time_received_message_millis
:
number
nonce
nonce
:
number
Connection nonce.
peer_
id
peer_id
:
PublicKey
received_
bytes_
per_
sec
received_bytes_per_sec
:
number
sent_
bytes_
per_
sec
sent_bytes_per_sec
:
number
tracked_
shards
tracked_shards
:
ShardId
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
id
addr
archival
block_
hash
connection_
established_
time_
millis
height
is_
highest_
block_
invalid
is_
outbound_
peer
last_
time_
peer_
requested_
millis
last_
time_
received_
message_
millis
nonce
peer_
id
received_
bytes_
per_
sec
sent_
bytes_
per_
sec
tracked_
shards
near-api-js - v7.0.4
Loading...
Connection nonce.