getAddress

suspend fun getAddress(chainId: String): String?

Retrieves the address associated with a specific blockchain chain ID.

Return

The associated address, or null if not found.

Parameters

chainId

The blockchain chain ID.


suspend fun getAddress(namespace: PortalNamespace): String?

Retrieves the address associated with a specific blockchain namespace.

Return

The associated address, or null if not found.

Parameters

namespace

The blockchain namespace.