github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/blockchain/bsc.go (about) 1 package blockchain 2 3 // BSCMultinodeClient represents a multi-node, EVM compatible client for the BSC network 4 type BSCMultinodeClient struct { 5 *EthereumMultinodeClient 6 } 7 8 // BSCClient represents a single node, EVM compatible client for the BSC network 9 type BSCClient struct { 10 *EthereumClient 11 }