Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 3.76 KB

GetWalletTransactionDetailsByTransactionIDRIBS.md

File metadata and controls

38 lines (35 loc) · 3.76 KB

# GetWalletTransactionDetailsByTransactionIDRIBS

Properties

Name Type Description Notes
locktime int Represents the time at which a particular transaction can be added to the blockchain.
size int Represents the total size of this transaction.
v_size int Represents the virtual size of this transaction.
version int Represents the transaction version number.
vin \CryptoAPIs\Model\GetWalletTransactionDetailsByTransactionIDRIBSZVinInner[] Object Array representation of transaction inputs
vout \CryptoAPIs\Model\ListTransactionsByBlockHeightRIBSZVoutInner[] Object Array representation of transaction outputs
contract string Represents the specific transaction contract
gas_limit string Represents the amount of gas used by this specific transaction alone.
gas_price \CryptoAPIs\Model\GetWalletTransactionDetailsByTransactionIDRIBSPGasPrice
gas_used string Defines the unit of the gas price amount, e.g. BTC, ETH, XRP.
input_data string Represents additional information that is required for the transaction.
nonce int Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address.
transaction_status string String representation of the transaction status
binding_sig string It is used to enforce balance of Spend and Output transfers, in order to prevent their replay across transactions.
expiry_height int Represents a block height after which the transaction will expire.
join_split_pub_key string Represents an encoding of a JoinSplitSig public validating key.
join_split_sig string Is used to sign transactions that contain at least one JoinSplit description.
overwintered bool "Overwinter" is the network upgrade for the Zcash blockchain.
v_join_split \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSZVJoinSplitInner[] Represents a sequence of JoinSplit descriptions using BCTV14 proofs. [optional]
v_shielded_output \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner[] Object Array representation of transaction output descriptions [optional]
v_shielded_spend \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner[] Object Array representation of transaction spend descriptions [optional]
value_balance string String representation of the transaction value balance
version_group_id string Represents the transaction version group ID.
amount string String representation of the amount value
bandwidth_used string Numeric representation of the transaction used bandwidth
energy_used string String representation of the transaction used energy
has_internal_transactions bool
has_token_transfers bool
input string Numeric representation of the transaction input
status string String representation of the transaction status

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