|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
com.google.bitcoin.core |
Uses of Address in com.google.bitcoin.core |
---|
Methods in com.google.bitcoin.core that return Address | |
---|---|
Address |
TransactionInput.getFromAddress()
Convenience method that returns the from address of this input by parsing the scriptSig. |
Address |
Script.getFromAddress()
Convenience wrapper around getPubKey. |
Address |
Script.getToAddress()
Gets the destination address from this script, if it's in the required form (see getPubKey). |
Address |
ECKey.toAddress(NetworkParameters params)
Returns the address that corresponds to the public part of this ECKey. |
Methods in com.google.bitcoin.core with parameters of type Address | |
---|---|
Transaction |
Wallet.sendCoins(Peer peer,
Address to,
BigInteger nanocoins)
Sends coins to the given address, via the given Peer . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |