getNativeTokenByChainId

Returns the native token for a given chain

function getNativeTokenByChainId(chainId: ChainId): NativeToken;

Parameters

the chain id

Type

let chainId: ChainId;

Returns

let returnType: NativeToken;