pub type SignedActionHashed = SignedHashed<Action>;
Expand description

The hashed action and the signature that signed it

Implementations

Access the Action Hash.

Access the Action portion.

Create a new SignedActionHashed from a type that implements into Action and has the same hash bytes. The caller must make sure the hash does not change.

Trait Implementations

Converts this type into a shared reference of the (usually inferred) input type.