hyperfuel_format

Type Alias 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 */);