Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
block chain management and the Wallet class. |
Modifier and Type | Method and Description |
---|---|
RejectMessage.RejectCode |
RejectMessage.getReasonCode()
The reason code given for why the peer rejected the message.
|
static RejectMessage.RejectCode |
RejectMessage.RejectCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RejectMessage.RejectCode[] |
RejectMessage.RejectCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.