Skip to main content

Type Alias: CompositeAddress

CompositeAddress: object

Composes an address from two parts, lower and upper, each represented as a 32-byte hexadecimal string. This type is used in networks where basic types are 32 bytes long, for example EVM-based networks.

Type declaration

lower

lower: Hex

upper

upper: Hex

Defined in

types/message.ts:7