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\ListConfirmedTransactionsByAddressRIBSDVin[] | Represents the transaction inputs. | |
vout | \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSDVout[] | Represents the transaction outputs. |