CryptoApis::GetWalletTransactionDetailsByTransactionIDRIBSD2

Properties

Name Type Description Notes
locktime Integer Represents the time at which a particular transaction can be added to the blockchain.
size Integer Represents the total size of this transaction.
version Integer Represents the transaction version number.
vin Array<GetWalletTransactionDetailsByTransactionIDRIBSD2Vin> Object Array representation of transaction inputs
vout Array<GetTransactionDetailsByTransactionIDRIBSD2Vout> Object Array representation of transaction outputs

Example

require 'crypto_apis'

instance = CryptoApis::GetWalletTransactionDetailsByTransactionIDRIBSD2.new(
  locktime: 0,
  size: 125,
  version: 1,
  vin: null,
  vout: null
)