Enum fs_node_runtime::Call
source · pub enum Call {
Show 25 variants
System(CallableCallFor<System, Runtime>),
Timestamp(CallableCallFor<Timestamp, Runtime>),
Grandpa(CallableCallFor<Grandpa, Runtime>),
Balances(CallableCallFor<Balances, Runtime>),
Uniques(CallableCallFor<Uniques, Runtime>),
Sudo(CallableCallFor<Sudo, Runtime>),
Identity(CallableCallFor<Identity, Runtime>),
Utility(CallableCallFor<Utility, Runtime>),
RoleModule(CallableCallFor<RoleModule, Runtime>),
HousingFundModule(CallableCallFor<HousingFundModule, Runtime>),
NftModule(CallableCallFor<NftModule, Runtime>),
VotingModule(CallableCallFor<VotingModule, Runtime>),
Treasury(CallableCallFor<Treasury, Runtime>),
Scheduler(CallableCallFor<Scheduler, Runtime>),
Preimage(CallableCallFor<Preimage, Runtime>),
Council(CallableCallFor<Council, Runtime>),
Democracy(CallableCallFor<Democracy, Runtime>),
OnboardingModule(CallableCallFor<OnboardingModule, Runtime>),
ShareDistributor(CallableCallFor<ShareDistributor, Runtime>),
Assets(CallableCallFor<Assets, Runtime>),
BiddingModule(CallableCallFor<BiddingModule, Runtime>),
AssetManagementModule(CallableCallFor<AssetManagementModule, Runtime>),
FinalizerModule(CallableCallFor<FinalizerModule, Runtime>),
TenancyModule(CallableCallFor<TenancyModule, Runtime>),
PaymentModule(CallableCallFor<PaymentModule, Runtime>),
}
Variants§
System(CallableCallFor<System, Runtime>)
Timestamp(CallableCallFor<Timestamp, Runtime>)
Grandpa(CallableCallFor<Grandpa, Runtime>)
Balances(CallableCallFor<Balances, Runtime>)
Uniques(CallableCallFor<Uniques, Runtime>)
Sudo(CallableCallFor<Sudo, Runtime>)
Identity(CallableCallFor<Identity, Runtime>)
Utility(CallableCallFor<Utility, Runtime>)
RoleModule(CallableCallFor<RoleModule, Runtime>)
HousingFundModule(CallableCallFor<HousingFundModule, Runtime>)
NftModule(CallableCallFor<NftModule, Runtime>)
VotingModule(CallableCallFor<VotingModule, Runtime>)
Treasury(CallableCallFor<Treasury, Runtime>)
Scheduler(CallableCallFor<Scheduler, Runtime>)
Preimage(CallableCallFor<Preimage, Runtime>)
Council(CallableCallFor<Council, Runtime>)
Democracy(CallableCallFor<Democracy, Runtime>)
OnboardingModule(CallableCallFor<OnboardingModule, Runtime>)
Assets(CallableCallFor<Assets, Runtime>)
BiddingModule(CallableCallFor<BiddingModule, Runtime>)
AssetManagementModule(CallableCallFor<AssetManagementModule, Runtime>)
FinalizerModule(CallableCallFor<FinalizerModule, Runtime>)
TenancyModule(CallableCallFor<TenancyModule, Runtime>)
PaymentModule(CallableCallFor<PaymentModule, Runtime>)
Trait Implementations§
source§impl Decode for Call
impl Decode for Call
source§fn decode<__CodecInputEdqy: Input>(
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<Self, Error>
fn decode<__CodecInputEdqy: Input>(
__codec_input_edqy: &mut __CodecInputEdqy
) -> Result<Self, Error>
Attempt to deserialise the value from input.
§fn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
fn skip<I>(input: &mut I) -> Result<(), Error>where
I: Input,
Attempt to skip the encoded value from input. Read more
§fn encoded_fixed_size() -> Option<usize>
fn encoded_fixed_size() -> Option<usize>
Returns the fixed encoded size of the type. Read more
source§impl Dispatchable for Call
impl Dispatchable for Call
§type Origin = Origin
type Origin = Origin
Every function call from your runtime has an origin, which specifies where the extrinsic was
generated from. In the case of a signed extrinsic (transaction), the origin contains an
identifier for the caller. The origin can be empty in the case of an inherent extrinsic. Read more
§type Info = DispatchInfo
type Info = DispatchInfo
An opaque set of information attached to the transaction. This could be constructed anywhere
down the line in a runtime. The current Substrate runtime uses a struct with the same name
to represent the dispatch class and weight. Read more
source§impl Encode for Call
impl Encode for Call
source§fn encode_to<__CodecOutputEdqy: Output + ?Sized>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
fn encode_to<__CodecOutputEdqy: Output + ?Sized>(
&self,
__codec_dest_edqy: &mut __CodecOutputEdqy
)
Convert self to a slice and append it to the destination.
§fn using_encoded<R, F>(&self, f: F) -> Rwhere
F: FnOnce(&[u8]) -> R,
fn using_encoded<R, F>(&self, f: F) -> Rwhere
F: FnOnce(&[u8]) -> R,
Convert self to a slice and then invoke the given closure with it.
§fn encoded_size(&self) -> usize
fn encoded_size(&self) -> usize
Calculates the encoded size. Read more
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<OnboardingModule, Runtime>) -> Self
fn from(call: CallableCallFor<OnboardingModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<ShareDistributor, Runtime>) -> Self
fn from(call: CallableCallFor<ShareDistributor, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<BiddingModule, Runtime>) -> Self
fn from(call: CallableCallFor<BiddingModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<AssetManagementModule, Runtime>) -> Self
fn from(call: CallableCallFor<AssetManagementModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<FinalizerModule, Runtime>) -> Self
fn from(call: CallableCallFor<FinalizerModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<TenancyModule, Runtime>) -> Self
fn from(call: CallableCallFor<TenancyModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<PaymentModule, Runtime>) -> Self
fn from(call: CallableCallFor<PaymentModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<RoleModule, Runtime>) -> Self
fn from(call: CallableCallFor<RoleModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<HousingFundModule, Runtime>) -> Self
fn from(call: CallableCallFor<HousingFundModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl From<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn from(call: CallableCallFor<VotingModule, Runtime>) -> Self
fn from(call: CallableCallFor<VotingModule, Runtime>) -> Self
Converts to this type from the input type.
source§impl GetCallMetadata for Call
impl GetCallMetadata for Call
source§fn get_call_metadata(&self) -> CallMetadata
fn get_call_metadata(&self) -> CallMetadata
Return a [
CallMetadata
], containing function and pallet name of the Call.source§fn get_module_names() -> &'static [&'static str]
fn get_module_names() -> &'static [&'static str]
Return all module names.
source§fn get_call_names(module: &str) -> &'static [&'static str]
fn get_call_names(module: &str) -> &'static [&'static str]
Return all function names for the given
module
.source§impl GetDispatchInfo for Call
impl GetDispatchInfo for Call
source§fn get_dispatch_info(&self) -> DispatchInfo
fn get_dispatch_info(&self) -> DispatchInfo
Return a
DispatchInfo
, containing relevant information of this dispatch. Read moresource§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<OnboardingModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<OnboardingModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<ShareDistributor, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<ShareDistributor, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<BiddingModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<BiddingModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(
&self
) -> Option<&CallableCallFor<AssetManagementModule, Runtime>>
fn is_sub_type(
&self
) -> Option<&CallableCallFor<AssetManagementModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<FinalizerModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<FinalizerModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<TenancyModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<TenancyModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<PaymentModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<PaymentModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<RoleModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<RoleModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<HousingFundModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<HousingFundModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
impl IsSubType<<Pallet<Runtime> as Callable<Runtime>>::Call> for Call
source§fn is_sub_type(&self) -> Option<&CallableCallFor<VotingModule, Runtime>>
fn is_sub_type(&self) -> Option<&CallableCallFor<VotingModule, Runtime>>
Returns
Some(_)
if self
is an instance of sub type T
.source§impl<__SR_API_BLOCK__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SR_API_BLOCK__> + 'static> TransactionPaymentCallApi<__SR_API_BLOCK__, u128, Call> for RuntimeApiImpl<__SR_API_BLOCK__, RuntimeApiImplCall>where
RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SR_API_BLOCK__>>,
Call: UnwindSafe + RefUnwindSafe,
u32: UnwindSafe + RefUnwindSafe,
RuntimeDispatchInfo<Balance>: UnwindSafe + RefUnwindSafe,
FeeDetails<Balance>: UnwindSafe + RefUnwindSafe,
__SR_API_BLOCK__::Header: UnwindSafe + RefUnwindSafe,
impl<__SR_API_BLOCK__: BlockT + UnwindSafe + RefUnwindSafe, RuntimeApiImplCall: CallApiAt<__SR_API_BLOCK__> + 'static> TransactionPaymentCallApi<__SR_API_BLOCK__, u128, Call> for RuntimeApiImpl<__SR_API_BLOCK__, RuntimeApiImplCall>where
RuntimeApiImplCall::StateBackend: StateBackend<HashFor<__SR_API_BLOCK__>>,
Call: UnwindSafe + RefUnwindSafe,
u32: UnwindSafe + RefUnwindSafe,
RuntimeDispatchInfo<Balance>: UnwindSafe + RefUnwindSafe,
FeeDetails<Balance>: UnwindSafe + RefUnwindSafe,
__SR_API_BLOCK__::Header: UnwindSafe + RefUnwindSafe,
§fn query_call_info(
&self,
__runtime_api_at_param__: &BlockId<Block>,
call: Call,
len: u32
) -> Result<RuntimeDispatchInfo<Balance>, ApiError>
fn query_call_info(
&self,
__runtime_api_at_param__: &BlockId<Block>,
call: Call,
len: u32
) -> Result<RuntimeDispatchInfo<Balance>, ApiError>
Query information of a dispatch class, weight, and fee of a given encoded
Call
.§fn query_call_info_with_context(
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
call: Call,
len: u32
) -> Result<RuntimeDispatchInfo<Balance>, ApiError>
fn query_call_info_with_context(
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
call: Call,
len: u32
) -> Result<RuntimeDispatchInfo<Balance>, ApiError>
Query information of a dispatch class, weight, and fee of a given encoded
Call
.§fn query_call_fee_details(
&self,
__runtime_api_at_param__: &BlockId<Block>,
call: Call,
len: u32
) -> Result<FeeDetails<Balance>, ApiError>
fn query_call_fee_details(
&self,
__runtime_api_at_param__: &BlockId<Block>,
call: Call,
len: u32
) -> Result<FeeDetails<Balance>, ApiError>
Query fee details of a given encoded
Call
.§fn query_call_fee_details_with_context(
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
call: Call,
len: u32
) -> Result<FeeDetails<Balance>, ApiError>
fn query_call_fee_details_with_context(
&self,
__runtime_api_at_param__: &BlockId<Block>,
context: ExecutionContext,
call: Call,
len: u32
) -> Result<FeeDetails<Balance>, ApiError>
Query fee details of a given encoded
Call
.source§impl TransactionPaymentCallApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, Call, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u128, Call> for Runtime
impl TransactionPaymentCallApiV1<Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, Call, MultiSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>>, u128, Call> for Runtime
impl EncodeLike<Call> for Call
impl Eq for Call
impl StructuralEq for Call
impl StructuralPartialEq for Call
Auto Trait Implementations§
impl RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
Blanket Implementations§
§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> DecodeAll for Twhere
T: Decode,
impl<T> DecodeAll for Twhere
T: Decode,
§fn decode_all(input: &mut &[u8]) -> Result<T, Error>
fn decode_all(input: &mut &[u8]) -> Result<T, Error>
Decode
Self
and consume all of the given input data. Read more§impl<T> DecodeLimit for Twhere
T: Decode,
impl<T> DecodeLimit for Twhere
T: Decode,
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
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
. Read more§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
. Read more§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. Read more§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. Read moresource§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
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> Hashable for Twhere
T: Codec,
impl<T> Hashable for Twhere
T: Codec,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IsType<T> for T
impl<T> IsType<T> for T
§impl<T> KeyedVec for Twhere
T: Codec,
impl<T> KeyedVec for Twhere
T: Codec,
§impl<T> Pointable for T
impl<T> Pointable 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 Swhere
T: Bounded,
S: TryInto<T>,
impl<T, S> UniqueSaturatedInto<T> for Swhere
T: Bounded,
S: TryInto<T>,
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.