1 2 3 4 5 6 7 8 9
use cosmrs::AccountId; #[derive(Clone, Debug)] pub struct ChainConfig { pub prefix: String, pub fee_denom: String, pub chain_id: String, pub oracle_contract_address: AccountId, }