Trait frame_support::traits::ExtrinsicCall[][src]

pub trait ExtrinsicCall: Extrinsic {
    fn call(&self) -> &Self::Call;
}
Expand description

An extrinsic on which we can get access to call.

Required methods

Get the call of the extrinsic.

Implementations on Foreign Types

Implementors