Type Alias raiden_rs::raiden_primitives::types::TransactionHash
source · pub type TransactionHash = H256;Expand description
Alias type for transaction hash.
Aliased Type§
struct TransactionHash(pub [u8; 32]);Fields§
§0: [u8; 32]