[][src]Type Definition artemis_core::types::AppId

type AppId = [u8; 20];

Identifier for an application module registered within the runtime.

Typically an identifier of this type will hold an Ethereum contract address. This provides a mechanism for cross-chain routing of messages.