github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/blockchain/wemix.go (about)

     1  package blockchain
     2  
     3  // WeMixMultinodeClient represents a multi-node, EVM compatible client for the WeMix network
     4  type WeMixMultinodeClient struct {
     5  	*EthereumMultinodeClient
     6  }
     7  
     8  // WeMixClient represents a single node, EVM compatible client for the WeMix network
     9  type WeMixClient struct {
    10  	*EthereumClient
    11  }