Zcash
| Name | Type | Description | Notes |
|---|---|---|---|
| binding_sig | str | 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 | str | Represents an encoding of a JoinSplitSig public validating key. | |
| join_split_sig | str | Is used to sign transactions that contain at least one JoinSplit description. | |
| locktime | int | Represents the time at which a particular transaction can be added to the blockchain. | |
| overwintered | bool | "Overwinter" is the network upgrade for the Zcash blockchain. | |
| size | int | Represents the total size of this transaction. | |
| v_join_split | [ListTransactionsByBlockHashRIBSZVJoinSplitInner] | Represents a sequence of JoinSplit descriptions using BCTV14 proofs. | |
| v_shielded_output | [GetTransactionDetailsByTransactionIDRIBSZVShieldedOutputInner] | Object Array representation of transaction output descriptions | |
| v_shielded_spend | [GetTransactionDetailsByTransactionIDRIBSZVShieldedSpendInner] | Object Array representation of transaction spend descriptions | |
| value_balance | str | Defines the transaction value balance. | |
| version | int | Numeric representation of the transaction Represents the transaction version number. | |
| version_group_id | str | Represents the transaction version group ID. | |
| vin | [ListTransactionsByBlockHashRIBSZVinInner] | Object Array representation of transaction inputs | |
| vout | [GetTransactionDetailsByTransactionIDRIBSZVoutInner] | Object Array representation of transaction outputs | |
| 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] |