Skip to main content

SignedAction

Type Alias SignedAction 

Source
pub type SignedAction = Signed<Action>;
Expand description

A combination of an action and its signature.

Has implementations From and Into its tuple form.

Aliased Typeยง

pub struct SignedAction { /* private fields */ }