Type Alias hdk::prelude::SignedActionHashed

source ·
pub type SignedActionHashed = SignedHashed<Action>;
Expand description

The hashed action and the signature that signed it

Aliased Type§

struct SignedActionHashed {
    pub hashed: HoloHashed<Action>,
    pub signature: Signature,
}

Fields§

§hashed: HoloHashed<Action>

The hashed content.

§signature: Signature

The signature of the content.