pub struct ConsensusParameters {
Show 13 fields pub contract_max_size: U64, pub max_inputs: U64, pub max_outputs: U64, pub max_witnesses: U64, pub max_gas_per_tx: U64, pub max_script_length: U64, pub max_script_data_length: U64, pub max_storage_slots: U64, pub max_predicate_length: U64, pub max_predicate_data_length: U64, pub gas_price_factor: U64, pub gas_per_byte: U64, pub max_message_data_length: U64,
}

Fields§

§contract_max_size: U64§max_inputs: U64§max_outputs: U64§max_witnesses: U64§max_gas_per_tx: U64§max_script_length: U64§max_script_data_length: U64§max_storage_slots: U64§max_predicate_length: U64§max_predicate_data_length: U64§gas_price_factor: U64§gas_per_byte: U64§max_message_data_length: U64

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Converts to this type from the input type.
The type in a schema that this QueryFragment represents
The variables that are required to execute this QueryFragment
The name of the type in the GraphQL schema
Adds this fragment to the query being built by builder

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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