Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.38 KB

GetTransactionDetailsByTransactionIDRIBSZ.md

File metadata and controls

23 lines (20 loc) · 2.38 KB

# GetTransactionDetailsByTransactionIDRIBSZ

Properties

Name Type Description Notes
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.
locktime int Represents the locktime on the transaction on the specific blockchain, i.e. the blockheight at which the transaction is valid.
overwintered bool "Overwinter" is the network upgrade for the Zcash blockchain.
size int Represents the total size of this transaction.
v_join_split \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSZVJoinSplitInner[] Represents a sequence of JoinSplit descriptions using BCTV14 proofs.
v_shielded_output \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner[] Object Array representation of transaction output descriptions
v_shielded_spend \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner[] Object Array representation of transaction spend descriptions
value_balance string String representation of the transaction value balance
version int Defines the version of the transaction.
version_group_id string Represents the transaction version group ID.
vin \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSZVinInner[] Object Array representation of transaction inputs
vout \CryptoAPIs\Model\GetTransactionDetailsByTransactionIDRIBSZVoutInner[] Object Array representation of transaction outputs

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