LtcTxInputsInner
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getPrevout() | \Tatum\Model\LtcTxInputsInnerPrevout | 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: 0247304402202cad8f03fd061fbdd19d285f528dd7451c3818f4a1d0f5f9f559f141fb910c6e02203fb62fc770cf54ae53e4b488b589f9f096d28c1bd24dc8e4d80783dd58041826012102c44d21e840b24c786a7eff2980e35f51c4abcc9a032e7a132ca258f90ee4a19d | [optional] |
getSequence() | float | Example: 4294967294 | [optional] |
getCoin() | \Tatum\Model\LtcTxInputsInnerCoin | Example: null | [optional] |