Hello everyone!
I am doing an integration of the FCL in kotlin and swift importing “com.portto.fcl.Fcl” (kotlin) and “FlowSDK” “FCL_SDK” (swift).
Is there a possibility to set the accessNode as it is done in JS SDK? and also to get the current accessNode where is connected?
For example in JS FLOW SDK it can be set like this:
fcl.config({
“accessNode.api”: APP_ACCESS_NODE
});
How can we do on kotlin?
Hope someone can help.
Thanks!