LocalTerra constructor
LocalTerra(
- 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
LocalTerra(
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)
: super(
auth,
authz,
bank,
distribution,
feeGrant,
gov,
ibc,
ibcTransfer,
market,
mint,
oracle,
slashing,
staking,
tendermint,
treasury,
tx,
broadcastTx,
wasm);