Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 3.22 KB

ListUnconfirmedTransactionsByAddressRibs.md

File metadata and controls

32 lines (27 loc) · 3.22 KB

ListUnconfirmedTransactionsByAddressRibs

Properties

Name Type Description Notes
locktime i64 Represents the locktime on the transaction on the specific blockchain, i.e. the blockheight at which the transaction is valid.
size i32 Represents the total size of this transaction.
v_size i32 Represents the virtual size of this transaction.
version i32 Defines the version of the transaction.
vin Veccrate::models::GetTransactionDetailsByTransactionIdribszVin Object Array representation of transaction inputs
vout Veccrate::models::GetTransactionDetailsByTransactionIdribszVout Object Array representation of transaction outputs
fee crate::models::ListUnconfirmedTransactionsByAddressRibsecFee
gas_limit String Represents the amount of gas used by this specific transaction alone.
gas_price crate::models::ListConfirmedTransactionsByAddressRibsbscGasPrice
input_data String Represents additional information that is required for the transaction.
nonce i32 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 i32 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 Veccrate::models::ListConfirmedTransactionsByAddressRibszVJoinSplit Represents a sequence of JoinSplit descriptions using BCTV14 proofs.
v_shielded_output Veccrate::models::GetTransactionDetailsByTransactionIdribszVShieldedOutput Object Array representation of transaction output descriptions
v_shielded_spend Veccrate::models::GetTransactionDetailsByTransactionIdribszVShieldedSpend Object Array representation of transaction spend descriptions
value_balance String Defines the transaction value balance.
version_group_id String Represents the transaction version group ID.

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