pub struct SetDailyWithdrawalLimitProposal { /* private fields */ }Expand description
Updates the daily withdrawal limit on the variable anchor system.
The SetDailyWithdrawalLimitProposal updates the daily withdrawal limit
amount allowed on the variable anchor system.
The format of the proposal looks like:
┌────────────────────┬───────────────────────────┐
│ │ │
│ ProposalHeader 40B │ DailyWithdrawalLimit 32B │
│ │ │
└────────────────────┴───────────────────────────┘
Implementations§
source§impl SetDailyWithdrawalLimitProposal
impl SetDailyWithdrawalLimitProposal
sourcepub const fn new(
header: ProposalHeader,
daily_withdrawal_limit: [u8; 32]
) -> Self
pub const fn new( header: ProposalHeader, daily_withdrawal_limit: [u8; 32] ) -> Self
Creates a new proposal.
sourcepub const fn header(&self) -> ProposalHeader
pub const fn header(&self) -> ProposalHeader
Returns the header of the proposal.
sourcepub const fn daily_withdrawal_limit(&self) -> &[u8; 32]
pub const fn daily_withdrawal_limit(&self) -> &[u8; 32]
Returns a reference to that field of the proposal.
Trait Implementations§
source§impl Clone for SetDailyWithdrawalLimitProposal
impl Clone for SetDailyWithdrawalLimitProposal
source§fn clone(&self) -> SetDailyWithdrawalLimitProposal
fn clone(&self) -> SetDailyWithdrawalLimitProposal
Returns a copy 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<'de> Deserialize<'de> for SetDailyWithdrawalLimitProposal
impl<'de> Deserialize<'de> for SetDailyWithdrawalLimitProposal
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SetDailyWithdrawalLimitProposal
impl PartialEq for SetDailyWithdrawalLimitProposal
source§fn eq(&self, other: &SetDailyWithdrawalLimitProposal) -> bool
fn eq(&self, other: &SetDailyWithdrawalLimitProposal) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProposalTrait for SetDailyWithdrawalLimitProposal
impl ProposalTrait for SetDailyWithdrawalLimitProposal
source§fn header(&self) -> ProposalHeader
fn header(&self) -> ProposalHeader
Get the proposal header.
source§fn function_sig() -> FunctionSignature
fn function_sig() -> FunctionSignature
Get the function signature.
impl Copy for SetDailyWithdrawalLimitProposal
impl Eq for SetDailyWithdrawalLimitProposal
impl StructuralEq for SetDailyWithdrawalLimitProposal
impl StructuralPartialEq for SetDailyWithdrawalLimitProposal
Auto Trait Implementations§
impl RefUnwindSafe for SetDailyWithdrawalLimitProposal
impl Send for SetDailyWithdrawalLimitProposal
impl Sync for SetDailyWithdrawalLimitProposal
impl Unpin for SetDailyWithdrawalLimitProposal
impl UnwindSafe for SetDailyWithdrawalLimitProposal
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
§impl<T> CallHasher for T
impl<T> CallHasher for T
§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
§fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
fn checked_from<T>(t: T) -> Option<Self>where
Self: TryFrom<T>,
§fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
fn checked_into<T>(self) -> Option<T>where
Self: TryInto<T>,
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Convert
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Convert
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.§impl<T> DowncastSync for T
impl<T> DowncastSync for T
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T. Read more§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from.§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T.