getRails()
Fetch the available (known) networks and network parameters.
const rails = await Sdk.getRails();Last updated
Was this helpful?
Fetch the available (known) networks and network parameters.
The getRails method allows you to get the network information for all networks known to Xumm.
const rails = await Sdk.getRails();Returns: <Rails>
Last updated
Was this helpful?
Was this helpful?