Type alias LITChain<T>

LITChain<T>: {
    [chainName: string]: T;
}

Property

Either EVM for an Ethereum compatible chain or SVM for a Solana compatible chain

Property

The human readable name of the chain

Type Parameters

  • T

Type declaration

  • [chainName: string]: T

Generated using TypeDoc