Chain
** Defines a supported chain */
Summary
Members | Descriptions |
---|---|
| The chainId for the chain |
| One or more rpcEndpoints associated with that chainId |
Members
public string
ChainId
The chainId for the chain
public List<
RpcEndpoint
>
RpcEndpoints
One or more rpcEndpoints associated with that chainId
Last updated