Interface ImxClientWalletConnection

A pair of Signers

interface ImxClientWalletConnection {
    ethSigner: EthSigner;
    starkSigner: StarkSigner;
}

Properties

ethSigner: EthSigner

The L1 signer

starkSigner: StarkSigner

The L2 signer