LocalTerra class
Constructors
- 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)
Properties
- auth → AuthAPI
-
final
- authz → AuthzAPI
-
final
- bank → BankAPI
-
final
- broadcastTx → TxBroadcastAPI
-
final
- distribution → DistributionAPI
-
final
- feeGrant → FeeGrantAPI
-
final
- gov → GovAPI
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ibc → IBCAPI
-
final
- ibcTransfer → IBCTransferAPI
-
final
- market → MarketAPI
-
final
- mint → MintAPI
-
final
- oracle → OracleAPI
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slashing → SlashingAPI
-
final
- staking → StakingAPI
-
final
- tendermint → TendermintAPI
-
final
- treasury → TreasuryAPI
-
final
- tx → TxAPI
-
final
- wasm → WasmAPI
-
final
Methods
-
createWallet(
String walletAddress) → Wallet -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited