Type Alias snowbridge_core::AgentId

source ·
pub type AgentId = H256;
Expand description

The ID of an agent contract

Aliased Type§

struct AgentId(pub [u8; 32]);

Fields§

§0: [u8; 32]