| locktime |
int |
Represents the time at which a particular transaction can be added to the blockchain. |
[optional] |
| size |
int |
Represents the total size of this transaction. |
[optional] |
| v_size |
int |
Represents the virtual size of this transaction. |
[optional] |
| version |
int |
Numeric representation of the transaction Represents the transaction version number. |
[optional] |
| vin |
[ListTransactionsByBlockHashRIBSZVinInner] |
Object Array representation of transaction inputs |
[optional] |
| vout |
[GetTransactionDetailsByTransactionIDRIBSZVoutInner] |
Object Array representation of transaction outputs |
[optional] |
| contract |
str |
Represents the specific transaction contract. |
[optional] |
| gas_limit |
str |
Represents the amount of gas used by this specific transaction alone. |
[optional] |
| gas_price |
ListTransactionsByBlockHashRIBSBSCGasPrice |
|
[optional] |
| gas_used |
str |
Represents the exact unit of gas that was used for the transaction. |
[optional] |
| input_data |
str |
Represents additional information that is required for the transaction. |
[optional] |
| 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. |
[optional] |
| transaction_status |
str |
Represents the status of this transaction |
[optional] |
| binding_sig |
str |
It is used to enforce balance of Spend and Output transfers, in order to prevent their replay across transactions. |
[optional] |
| expiry_height |
int |
Represents a block height after which the transaction will expire. |
[optional] |
| join_split_pub_key |
str |
Represents an encoding of a JoinSplitSig public validating key. |
[optional] |
| join_split_sig |
str |
Is used to sign transactions that contain at least one JoinSplit description. |
[optional] |
| overwintered |
bool |
"Overwinter" is the network upgrade for the Zcash blockchain. |
[optional] |
| v_join_split |
[ListTransactionsByBlockHashRIBSZVJoinSplitInner] |
Represents a sequence of JoinSplit descriptions using BCTV14 proofs. |
[optional] |
| v_shielded_output |
[GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner] |
Object Array representation of transaction output descriptions |
[optional] |
| v_shielded_spend |
[GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner] |
Object Array representation of transaction spend descriptions |
[optional] |
| value_balance |
str |
Defines the transaction value balance. |
[optional] |
| version_group_id |
str |
Represents the transaction version group ID. |
[optional] |
| any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |