getArweaveConfig()
ArConnect Injected API getArweaveConfig() function
API
getArweaveConfig(): Promise<GatewayConfig>;Example usage
import { Othent } from "@othent/kms";
const othent = new Othent({ appInfo, throwErrors: false, ... });
const gatewayConfig = await othent.getArweaveConfig();
console.log("Current gateway config =", gatewayConfig);Last updated