Package | Description |
---|---|
com.google.bitcoin.core |
Modifier and Type | Class and Description |
---|---|
class |
PeerAddress
A PeerAddress holds an IP address and port number representing the network location of
a peer in the Bitcoin P2P network.
|
class |
Transaction
A transaction represents the movement of coins from some addresses to some other addresses.
|
class |
TransactionInput
A transfer of coins from one address to another creates a transaction in which the outputs
can be claimed by the recipient in the input of another transaction.
|
class |
TransactionOutPoint
This message is a reference or pointer to an output of a different transaction.
|
class |
TransactionOutput
A TransactionOutput message contains a scriptPubKey that controls who is able to spend its value.
|
Copyright © 2014. All rights reserved.