For the complete documentation index, see llms.txt. This page is also available as Markdown.

getRails()

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?