CDP Frontend SDK
    Preparing search index...

    Type Alias AccountsRequest

    A request to the eth_accounts method.

    type AccountsRequest = {
        method: "eth_accounts";
        params: [];
    }
    Index

    Properties

    Properties

    method: "eth_accounts"
    params: []