Type Alias snowbridge_core::AgentIdOf

source ·
pub type AgentIdOf = HashedDescription<H256, (DescribeHere, DescribeFamily<DescribeAllTerminal>)>;
Expand description

Creates an AgentId from a Location. An AgentId is a unique mapping to a Agent contract on Ethereum which acts as the sovereign account for the Location.

Aliased Type§

struct AgentIdOf(/* private fields */);