bitbox
bitbox
Transaction
setInputScript method
setInputScript
bitbox
bitbox
Transaction
setInputScript method
Transaction class
Constructors
Transaction
clone
fromBuffer
fromHex
Properties
inputs
locktime
outputs
version
hashCode
runtimeType
Methods
addInput
addOutput
getHash
getId
hashForCashSignature
hashForSignature
isCoinbase
isCoinbaseHash
setInputScript
toBuffer
toHex
virtualSize
noSuchMethod
toString
Operators
operator ==
Static properties
BLANK_OUTPUT
EMPTY_SCRIPT
ONE
VALUE_UINT64_MAX
ZERO
Constants
ADVANCED_TRANSACTION_FLAG
ADVANCED_TRANSACTION_MARKER
DEFAULT_SEQUENCE
SATOSHI_MAX
SIGHASH_ALL
SIGHASH_ANYONECANPAY
SIGHASH_BITCOINCASHBIP143
SIGHASH_NONE
SIGHASH_SINGLE
setInputScript
method
dynamic
setInputScript
(
int
index
,
Uint8List
scriptSig
)
Implementation
setInputScript(int index, Uint8List scriptSig) { inputs[index].script = scriptSig; }