pub type ValidCommandWithHash = WithHash<UserCommand, TransactionHash>;
Aliased Type§
pub struct ValidCommandWithHash {
pub data: UserCommand,
pub hash: TransactionHash,
}
Fields§
§data: UserCommand
§hash: TransactionHash
pub type ValidCommandWithHash = WithHash<UserCommand, TransactionHash>;
pub struct ValidCommandWithHash {
pub data: UserCommand,
pub hash: TransactionHash,
}
data: UserCommand
§hash: TransactionHash