2f55a1d79
08d72a924
a1a475fb9
2e0b56a72
1 2
3
4 5
6
7
8
9 10
package api import ( "github.com/ethereum/go-ethereum/rpc/shared" ) // Merge multiple API's to a single API instance func Merge(apis ...shared.EthereumApi) shared.EthereumApi { return newMergedApi(apis...) }