Type Alias pallet_inv4::pallet::Origin
source · pub type Origin<T> = INV4Origin<T>;
Expand description
The custom core origin.
Aliased Type§
enum Origin<T> {
Multisig(MultisigInternalOrigin<T>),
}
pub type Origin<T> = INV4Origin<T>;
The custom core origin.
enum Origin<T> {
Multisig(MultisigInternalOrigin<T>),
}