UNPKG

@dojima-wallet/connection

Version:

Initialise and connection for layer 1&2 blockchain

7 lines (6 loc) 252 B
import { EthereumClient } from "./ethereum"; import { Network } from "@dojima-wallet/types"; export default class EthereumInit { ethConnect: EthereumClient; constructor(mnemonic: string, privateKey: string, network: Network, rpcUrl: string); }