LcdClient constructor
LcdClient(
- AuthAPI auth,
- AuthzAPI authz,
- BankAPI bank,
- DistributionAPI distribution,
- FeeGrantAPI feeGrant,
- GovAPI gov,
- IBCAPI ibc,
- IBCTransferAPI ibcTransfer,
- MarketAPI market,
- MintAPI mint,
- OracleAPI oracle,
- SlashingAPI slashing,
- StakingAPI staking,
- TendermintAPI tendermint,
- TreasuryAPI treasury,
- TxAPI tx,
- TxBroadcastAPI broadcastTx,
- WasmAPI wasm,
Implementation
LcdClient(
this.auth,
this.authz,
this.bank,
this.distribution,
this.feeGrant,
this.gov,
this.ibc,
this.ibcTransfer,
this.market,
this.mint,
this.oracle,
this.slashing,
this.staking,
this.tendermint,
this.treasury,
this.tx,
this.broadcastTx,
this.wasm);