bolt-cw-sdk 1.0.0

SDK for the BOLT protocol, providing utilities for interacting with the BOLT contracts.
Documentation
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,
}