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

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