Docs

GetChainId

Get the chain ID of the currently connected wallet.

Usage

Call this method to get the chain ID of the connected wallet.

var chainId = await sdk.Wallet.GetChainId();

Return Value

Returns the chain ID as a BigInteger.

BigInteger