Appearance
federation.getConfig()
Access configuration details about a connected federation.
import { FedimintWallet } from '@fedimint/core-web' const wallet = new FedimintWallet() wallet.open() const config = await wallet.federation.getConfig()