Skip to main content

AddressPerChain

Type Alias AddressPerChain 

Source
pub type AddressPerChain = Vec<(SupportedChainId, Address)>;
Expand description

Per-chain address mapping for supported chains.

Aliased Typeยง

pub struct AddressPerChain { /* private fields */ }