Package wf.bitcoin.javabitcoindrpcclient
Interface BitcoindRpcClient.AddressInfo
-
- All Superinterfaces:
MapWrapperType,java.io.Serializable
- Enclosing interface:
- BitcoindRpcClient
public static interface BitcoindRpcClient.AddressInfo extends MapWrapperType, java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringaddress()java.lang.Stringdesc()BitcoindRpcClient.AddressInfoembedded()java.lang.StringhdKeyPath()java.lang.StringhdMasterFingerprint()java.lang.StringhdSeedId()java.lang.Stringhex()java.lang.BooleanisChange()java.lang.BooleanisCompressed()java.lang.BooleanisMine()java.lang.BooleanisScript()java.lang.BooleanisWatchOnly()java.lang.BooleanisWitness()java.lang.Stringlabel()java.util.List<BitcoindRpcClient.AddressInfoLabel>labels()java.lang.StringpubKey()java.util.List<java.lang.String>pubKeys()java.lang.Stringscript()java.lang.StringscriptPubKey()java.lang.IntegersigsRequired()java.lang.Booleansolvable()java.lang.Longtimestamp()java.lang.StringwitnessProgram()java.lang.IntegerwitnessVersion()-
Methods inherited from interface wf.bitcoin.javabitcoindrpcclient.MapWrapperType
mapBigDecimal, mapBool, mapDate, mapHex, mapInt, mapLong, mapStr
-
-
-
-
Method Detail
-
address
java.lang.String address()
-
scriptPubKey
java.lang.String scriptPubKey()
-
isMine
java.lang.Boolean isMine()
-
isWatchOnly
java.lang.Boolean isWatchOnly()
-
solvable
java.lang.Boolean solvable()
-
desc
java.lang.String desc()
-
isScript
java.lang.Boolean isScript()
-
isChange
java.lang.Boolean isChange()
-
isWitness
java.lang.Boolean isWitness()
-
witnessVersion
java.lang.Integer witnessVersion()
-
witnessProgram
java.lang.String witnessProgram()
-
script
java.lang.String script()
-
hex
java.lang.String hex()
-
pubKeys
java.util.List<java.lang.String> pubKeys()
-
sigsRequired
java.lang.Integer sigsRequired()
-
pubKey
java.lang.String pubKey()
-
embedded
BitcoindRpcClient.AddressInfo embedded()
-
isCompressed
java.lang.Boolean isCompressed()
-
label
java.lang.String label()
-
timestamp
java.lang.Long timestamp()
-
hdKeyPath
java.lang.String hdKeyPath()
-
hdSeedId
java.lang.String hdSeedId()
-
hdMasterFingerprint
java.lang.String hdMasterFingerprint()
-
labels
java.util.List<BitcoindRpcClient.AddressInfoLabel> labels()
-
-