Skip to main content Link Menu Expand (external link) Document Search Copy Copied

BtcTxInput

Model getters

Method name Return type Description Notes
getPrevout() \Tatum\Model\BtcTxInputPrevOut
Example: null
[optional]
getScript() string Data generated by a spender which is almost always used as variables to satisfy a pubkey script.
Example: 1600148c65244f095f3689aebb70981d102e33036fe786
[optional]
getWitness() string Transaction witness.
Example: 0247304402207d7af97665ef5502c957f76a9fcdde2c228b6a8dc9951d45c318e6dfca0fcd2802207519528d6b61cc044800ab2cb499ef5f31d4decdc327c14fad4abbc3dd6e0190012102861d682cfd3bec8cbed98f5162299ba613bc5f352dd0d51961a5d81359fbc0af
[optional]
getSequence() float
Example: 4294967294
[optional]
getCoin() \Tatum\Model\BtcTxInputCoin
Example: null
[optional]