interface RpcClientsInfo {
    addressSubscription: Set<"connected" | "current">;
    connectNode: boolean;
    id: string;
    rpc: RpcClientWallet;
    status: RPC_STATUS;
}

Properties

addressSubscription: Set<"connected" | "current">
connectNode: boolean
id: string
status: RPC_STATUS

Generated using TypeDoc