MultiversX Unity Tools
  • Overview
  • Demo App
  • Setup Guide
  • Quick Start
  • Video Tutorials
  • Complete API
    • CallSCMethod
    • CheckTransactionStatus
    • Connect
    • DeepLinkLogin
    • Disconnect
    • GetApiProvider
    • GetConnectedAccount
    • GetNetworkConfig
    • GetRequest
    • IsWalletConnected
    • LoadAllTokens
    • LoadImage
    • LoadNetworkConfig
    • LoadWalletNFTs
    • MakeSCQuery
    • PostRequest
    • SendEGLDTransaction
    • SendESDTTransaction
    • SendMultipleTrasactions
    • SendNFT
    • SignMessage
    • SignMultipleTrasactions
    • RefreshAccount
  • Releases
Powered by GitBook
On this page
  • Description
  • Declaration
  • Parameters
  1. Complete API

LoadNetworkConfig

PreviousLoadImageNextLoadWalletNFTs

Last updated 1 year ago

Description

Load network config from API.

Declaration

public static void LoadNetworkConfig(UnityAction<CompleteCallback<NetworkConfig>> completeMethod)

Parameters

Name
Description

completeMethod

called when config was loaded, use to actually get it

GetNetworkConfig