Type Alias ContractAddress

Source
pub type ContractAddress = PackageHash;
Expand description

The address for an AddressableEntity which contains the 32 bytes and tagging information.

Aliased Typeยง

struct ContractAddress(/* private fields */);