Type Alias Address
pub type Address = H160;
Expand description
A Solidity compatible address
type.
§Note
This is a type alias for the H160
type used for addresses in pallet-revive
.
Aliased Type§
struct Address(pub [u8; 20]);
Fields§
§0: [u8; 20]