CDP Frontend SDK
    Preparing search index...

    Type Alias ChainIdRequest

    A request to the eth_chainId method.

    type ChainIdRequest = {
        method: "eth_chainId";
        params: [];
    }
    Index

    Properties

    Properties

    method: "eth_chainId"
    params: []