CryptoApis::GetWalletTransactionDetailsByTransactionIDRIBSD

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<GetWalletTransactionDetailsByTransactionIDRIBSDVin> Object Array representation of transaction inputs
vout Array<GetTransactionDetailsByTransactionIDRIBSDVout> Object Array representation of transaction outputs

Example

require 'crypto_apis'

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