An object repesenting a connection to a terrad node running the Lite Client Daemon (LCD) server, a REST server providing access to a node.
import { LCDClient } from '@terra-money/feather.js';const lcd = LCDClient.fromDefaultConfig('mainnet');const balance = await lcd.bank.balance('terra1...'):console.log(balance);
Creates a new LCD client with the specified configuration.
network configuration
Creates a new wallet with the Key.
An object repesenting a connection to a terrad node running the Lite Client Daemon (LCD) server, a REST server providing access to a node.
Example