Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 955 Bytes

ListUnconfirmedTransactionsByAddressRIBSBC.md

File metadata and controls

13 lines (10 loc) · 955 Bytes

# ListUnconfirmedTransactionsByAddressRIBSBC

Properties

Name Type Description Notes
locktime int Represents the locktime on the transaction on the specific blockchain, i.e. the blockheight at which the transaction is valid.
size int Represents the total size of this transaction.
version int Represents the transaction's version number.
vin \CryptoAPIs\Model\ListUnconfirmedTransactionsByAddressRIBSBCVinInner[] Represents the transaction inputs.
vout \CryptoAPIs\Model\ListUnconfirmedTransactionsByAddressRIBSBCVoutInner[] Represents the transaction outputs.

[Back to Model list] [Back to API list] [Back to README]