pub struct MultiEraProtocolParamUpdate(/* private fields */);Implementations§
Source§impl MultiEraProtocolParamUpdate
impl MultiEraProtocolParamUpdate
pub fn minfee_a(&self) -> Option<u64>
pub fn minfee_b(&self) -> Option<u64>
pub fn max_block_body_size(&self) -> Option<u64>
pub fn max_transaction_size(&self) -> Option<u64>
pub fn max_block_header_size(&self) -> Option<u64>
pub fn key_deposit(&self) -> Option<Coin>
pub fn pool_deposit(&self) -> Option<Coin>
pub fn maximum_epoch(&self) -> Option<Epoch>
pub fn n_opt(&self) -> Option<u64>
pub fn pool_pledge_influence(&self) -> Option<Rational>
pub fn expansion_rate(&self) -> Option<UnitInterval>
pub fn treasury_growth_rate(&self) -> Option<UnitInterval>
pub fn decentralization_constant(&self) -> Option<UnitInterval>
pub fn extra_entropy(&self) -> Option<Nonce>
pub fn protocol_version(&self) -> Option<ProtocolVersionStruct>
pub fn min_utxo_value(&self) -> Option<Coin>
pub fn min_pool_cost(&self) -> Option<Coin>
pub fn ada_per_utxo_byte(&self) -> Option<Coin>
pub fn cost_models_for_script_languages(&self) -> Option<CostModels>
pub fn execution_costs(&self) -> Option<ExUnitPrices>
pub fn max_tx_ex_units(&self) -> Option<ExUnits>
pub fn max_block_ex_units(&self) -> Option<ExUnits>
pub fn max_value_size(&self) -> Option<u64>
pub fn collateral_percentage(&self) -> Option<u64>
pub fn max_collateral_inputs(&self) -> Option<u64>
pub fn pool_voting_thresholds(&self) -> Option<PoolVotingThresholds>
pub fn d_rep_voting_thresholds(&self) -> Option<DRepVotingThresholds>
pub fn min_committee_size(&self) -> Option<u64>
pub fn committee_term_limit(&self) -> Option<u64>
pub fn governance_action_validity_period(&self) -> Option<Epoch>
pub fn governance_action_deposit(&self) -> Option<Coin>
pub fn d_rep_deposit(&self) -> Option<Coin>
pub fn d_rep_inactivity_period(&self) -> Option<Epoch>
Trait Implementations§
Source§impl AsRef<MultiEraProtocolParamUpdate> for MultiEraProtocolParamUpdate
impl AsRef<MultiEraProtocolParamUpdate> for MultiEraProtocolParamUpdate
Source§fn as_ref(&self) -> &MultiEraProtocolParamUpdate
fn as_ref(&self) -> &MultiEraProtocolParamUpdate
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MultiEraProtocolParamUpdate
impl Clone for MultiEraProtocolParamUpdate
Source§fn clone(&self) -> MultiEraProtocolParamUpdate
fn clone(&self) -> MultiEraProtocolParamUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MultiEraProtocolParamUpdate
impl Debug for MultiEraProtocolParamUpdate
Source§impl From<MultiEraProtocolParamUpdate> for JsValue
impl From<MultiEraProtocolParamUpdate> for JsValue
Source§fn from(value: MultiEraProtocolParamUpdate) -> Self
fn from(value: MultiEraProtocolParamUpdate) -> Self
Converts to this type from the input type.
Source§impl From<MultiEraProtocolParamUpdate> for MultiEraProtocolParamUpdate
impl From<MultiEraProtocolParamUpdate> for MultiEraProtocolParamUpdate
Source§fn from(native: MultiEraProtocolParamUpdate) -> Self
fn from(native: MultiEraProtocolParamUpdate) -> Self
Converts to this type from the input type.
Source§impl Into<MultiEraProtocolParamUpdate> for MultiEraProtocolParamUpdate
impl Into<MultiEraProtocolParamUpdate> for MultiEraProtocolParamUpdate
Source§fn into(self) -> MultiEraProtocolParamUpdate
fn into(self) -> MultiEraProtocolParamUpdate
Converts this type into the (usually inferred) input type.
Source§impl RefFromWasmAbi for MultiEraProtocolParamUpdate
impl RefFromWasmAbi for MultiEraProtocolParamUpdate
Source§type Anchor = RcRef<MultiEraProtocolParamUpdate>
type Anchor = RcRef<MultiEraProtocolParamUpdate>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl VectorFromWasmAbi for MultiEraProtocolParamUpdate
impl VectorFromWasmAbi for MultiEraProtocolParamUpdate
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[MultiEraProtocolParamUpdate]>
Source§impl VectorIntoWasmAbi for MultiEraProtocolParamUpdate
impl VectorIntoWasmAbi for MultiEraProtocolParamUpdate
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[MultiEraProtocolParamUpdate]>) -> Self::Abi
Source§impl WasmDescribeVector for MultiEraProtocolParamUpdate
impl WasmDescribeVector for MultiEraProtocolParamUpdate
impl SupportsConstructor for MultiEraProtocolParamUpdate
impl SupportsInstanceProperty for MultiEraProtocolParamUpdate
impl SupportsStaticProperty for MultiEraProtocolParamUpdate
Auto Trait Implementations§
impl Freeze for MultiEraProtocolParamUpdate
impl RefUnwindSafe for MultiEraProtocolParamUpdate
impl Send for MultiEraProtocolParamUpdate
impl Sync for MultiEraProtocolParamUpdate
impl Unpin for MultiEraProtocolParamUpdate
impl UnsafeUnpin for MultiEraProtocolParamUpdate
impl UnwindSafe for MultiEraProtocolParamUpdate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.