Type Alias ValidCommandWithHash

Source
pub type ValidCommandWithHash = WithHash<UserCommand, TransactionHash>;

Aliased Type§

pub struct ValidCommandWithHash {
    pub data: UserCommand,
    pub hash: TransactionHash,
}

Fields§

§data: UserCommand§hash: TransactionHash