C# Class BitcoinNET.RPCClient.GetPeerInfoResponse

Exibir arquivo Open project: mb300sd/Bitcoin.NET

Public Properties

Property Type Description
addr string
banscore int
conntime long
inbound bool
lastrecv long
lastsend long
releasetime long
services string
startingheight int
subver string
version int

Property Details

addr public_oe property

public string addr
return string

banscore public_oe property

public int banscore
return int

conntime public_oe property

public long conntime
return long

inbound public_oe property

public bool inbound
return bool

lastrecv public_oe property

public long lastrecv
return long

lastsend public_oe property

public long lastsend
return long

releasetime public_oe property

public long releasetime
return long

services public_oe property

public string services
return string

startingheight public_oe property

public int startingheight
return int

subver public_oe property

public string subver
return string

version public_oe property

public int version
return int