LcdClient constructor

LcdClient(
  1. AuthAPI auth,
  2. AuthzAPI authz,
  3. BankAPI bank,
  4. DistributionAPI distribution,
  5. FeeGrantAPI feeGrant,
  6. GovAPI gov,
  7. IBCAPI ibc,
  8. IBCTransferAPI ibcTransfer,
  9. MarketAPI market,
  10. MintAPI mint,
  11. OracleAPI oracle,
  12. SlashingAPI slashing,
  13. StakingAPI staking,
  14. TendermintAPI tendermint,
  15. TreasuryAPI treasury,
  16. TxAPI tx,
  17. TxBroadcastAPI broadcastTx,
  18. 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);