Method | Description | |
---|---|---|
AddNode ( string nodeAddr, ushort nodePort = 8333 ) : void | ||
Bitcoin ( ) : System | ||
GetTransactions ( ) : BitCoinClient.Transaction[] | ||
HandleInvPacket ( |
||
LoadTransaction ( byte data ) : void |
public AddNode ( string nodeAddr, ushort nodePort = 8333 ) : void | ||
nodeAddr | string | |
nodePort | ushort | |
return | void |
public GetTransactions ( ) : BitCoinClient.Transaction[] | ||
return | BitCoinClient.Transaction[] |
public HandleInvPacket ( |
||
node | ||
payload | byte | |
return | void |