Function pallet_inv4::pallet::dispatchables::operate_multisig

source ·
pub fn operate_multisig<T: Config>(
    core_id: T::CoreId,
    metadata: Option<BoundedVec<u8, T::MaxMetadata>>,
    fee_asset: FeeAsset,
    call: Box<<T as Config>::RuntimeCall>,
)
Expand description

Create a new multisig proposal, auto-executing if caller passes execution threshold requirements Fees are calculated using the length of the metadata and the call The proposed call’s weight is used internally to charge the multisig instead of the user proposing the call

  • core_id: Id of the core to propose the call in
  • metadata: Arbitrary byte vec to be attached to the proposal
  • fee_asset: Token to be used by the multisig to pay for call fees
  • call: The actual call to be proposed

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::operate_multisig.