Type Alias hyperfuel_format::Address

source ·
pub type Address = FixedSizeData<32>;
Expand description

An address of an externally owned account identified by a 32 byte string prefixed by 0x.

Aliased Type§

struct Address(/* private fields */);