Struct cryptoapis::models::list_transactions_by_block_height_ribsz::ListTransactionsByBlockHeightRibsz[][src]

pub struct ListTransactionsByBlockHeightRibsz {
Show 15 fields pub binding_sig: String, pub expiry_height: i32, pub join_split_pub_key: String, pub join_split_sig: String, pub locktime: i32, pub overwintered: bool, pub size: i32, pub v_join_split: Vec<ListTransactionsByBlockHeightRibszVJoinSplit>, pub v_shielded_output: Vec<ListTransactionsByBlockHeightRibszVShieldedOutput>, pub v_shielded_spend: Vec<ListConfirmedTransactionsByAddressRibszVShieldedSpend>, pub value_balance: String, pub version: i32, pub version_group_id: String, pub vin: Vec<ListTransactionsByBlockHeightRibszVin>, pub vout: Vec<ListTransactionsByBlockHeightRibszVout>,
}
Expand description

ListTransactionsByBlockHeightRibsz : Zcash

Fields

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.

locktime: i32

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: i32

Represents the total size of this transaction.

v_join_split: Vec<ListTransactionsByBlockHeightRibszVJoinSplit>

Represents a sequence of JoinSplit descriptions using BCTV14 proofs.

v_shielded_output: Vec<ListTransactionsByBlockHeightRibszVShieldedOutput>

Object Array representation of transaction output descriptions

v_shielded_spend: Vec<ListConfirmedTransactionsByAddressRibszVShieldedSpend>

Object Array representation of transaction spend descriptions

value_balance: String

Defines the transaction value balance.

version: i32

Represents the transaction version number.

version_group_id: String

Represents the transaction version group ID.

vin: Vec<ListTransactionsByBlockHeightRibszVin>

Object Array representation of transaction inputs

vout: Vec<ListTransactionsByBlockHeightRibszVout>

Object Array representation of transaction outputs

Implementations

Zcash

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more