Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1018 Bytes

ListConfirmedTransactionsByAddressRIBSL.md

File metadata and controls

14 lines (11 loc) · 1018 Bytes

# ListConfirmedTransactionsByAddressRIBSL

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.
v_size int Represents the virtual size of this transaction.
version int Represents the transaction's version number.
vin \CryptoAPIs\Model\ListConfirmedTransactionsByAddressRIBSLVinInner[] Represents the transaction inputs.
vout \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSLVoutInner[] Represents the transaction outputs.

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