Package wf.bitcoin.javabitcoindrpcclient
Interface BitcoindRpcClient.RawTransactionSigningOrVerificationError
-
- Enclosing interface:
- BitcoindRpcClient
public static interface BitcoindRpcClient.RawTransactionSigningOrVerificationErrorSee error array in return structure of signrawtransactionwithkey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringerror()intn()java.lang.StringscriptSig()java.lang.StringtxId()intvOut()
-
-
-
Method Detail
-
txId
java.lang.String txId()
- Returns:
- The hash of the referenced, previous transaction
-
vOut
int vOut()
- Returns:
- The index of the output to be spent and used as input
-
scriptSig
java.lang.String scriptSig()
- Returns:
- The hex-encoded signature script
-
n
int n()
- Returns:
- Script sequence number
-
error
java.lang.String error()
- Returns:
- Verification or signing error related to the input
-
-