@xchainjs/xchain-arbitrum
Version:
Arbitrum EVM client for XChainJS
8 lines (7 loc) • 313 B
TypeScript
import type Transport from '@ledgerhq/hw-transport';
import { ClientLedger as EVMClientLedger, EVMClientParams } from '@xchainjs/xchain-evm';
export declare class ClientLedger extends EVMClientLedger {
constructor(config: Omit<EVMClientParams, 'signer' | 'phrase'> & {
transport: Transport;
});
}