static void |
Script.executeScript(Transaction txContainingThis,
long index,
Script script,
LinkedList<byte[]> stack,
boolean enforceNullDummy) |
已过时。
|
static void |
Script.executeScript(Transaction txContainingThis,
long index,
Script script,
LinkedList<byte[]> stack,
Set<Script.VerifyFlag> verifyFlags) |
Exposes the script interpreter.
|
byte[] |
Script.getCLTVPaymentChannelRecipientPubKey() |
Retrieves the recipient public key from a LOCKTIMEVERIFY transaction
|
byte[] |
Script.getCLTVPaymentChannelSenderPubKey() |
Retrieves the sender public key from a LOCKTIMEVERIFY transaction
|
static long |
Script.getP2SHSigOpCount(byte[] scriptSig) |
Gets the count of P2SH Sig Ops in the Script scriptSig
|
byte[] |
Script.getPubKey() |
Returns the public key in this script.
|
byte[] |
Script.getPubKeyHash() |
If a program matches the standard template DUP HASH160 <pubkey hash> EQUALVERIFY CHECKSIG
then this function retrieves the third element.
|
static int |
Script.getSigOpCount(byte[] program) |
Gets the count of regular SigOps in the script program (counting multisig ops as 20)
|