pub type SignedAction = Signed<Action>;
A combination of an action and its signature.
Has implementations From and Into its tuple form.
pub struct SignedAction { /* private fields */ }