Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 Changes in this version + type Client struct + func (_m *Client) AdminAPI() admin.Client + func (_m *Client) CChainAPI() evm.Client + func (_m *Client) CChainEthAPI() api.EthClient + func (_m *Client) CChainIndexAPI() indexer.Client + func (_m *Client) HealthAPI() health.Client + func (_m *Client) InfoAPI() info.Client + func (_m *Client) IpcsAPI() ipcs.Client + func (_m *Client) KeystoreAPI() keystore.Client + func (_m *Client) PChainAPI() platformvm.Client + func (_m *Client) PChainIndexAPI() indexer.Client + func (_m *Client) XChainAPI() avm.Client + func (_m *Client) XChainWalletAPI() avm.WalletClient + type EthClient struct + func (_m *EthClient) AcceptedCallContract(_a0 context.Context, _a1 interfaces.CallMsg) ([]byte, error) + func (_m *EthClient) AcceptedCodeAt(_a0 context.Context, _a1 common.Address) ([]byte, error) + func (_m *EthClient) AcceptedNonceAt(_a0 context.Context, _a1 common.Address) (uint64, error) + func (_m *EthClient) AssetBalanceAt(_a0 context.Context, _a1 common.Address, _a2 ids.ID, _a3 *big.Int) (*big.Int, error) + func (_m *EthClient) BalanceAt(_a0 context.Context, _a1 common.Address, _a2 *big.Int) (*big.Int, error) + func (_m *EthClient) BlockByHash(_a0 context.Context, _a1 common.Hash) (*types.Block, error) + func (_m *EthClient) BlockByNumber(_a0 context.Context, _a1 *big.Int) (*types.Block, error) + func (_m *EthClient) BlockNumber(_a0 context.Context) (uint64, error) + func (_m *EthClient) CallContract(_a0 context.Context, _a1 interfaces.CallMsg, _a2 *big.Int) ([]byte, error) + func (_m *EthClient) Close() + func (_m *EthClient) CodeAt(_a0 context.Context, _a1 common.Address, _a2 *big.Int) ([]byte, error) + func (_m *EthClient) EstimateGas(_a0 context.Context, _a1 interfaces.CallMsg) (uint64, error) + func (_m *EthClient) FilterLogs(_a0 context.Context, _a1 interfaces.FilterQuery) ([]types.Log, error) + func (_m *EthClient) HeaderByNumber(_a0 context.Context, _a1 *big.Int) (*types.Header, error) + func (_m *EthClient) NonceAt(_a0 context.Context, _a1 common.Address, _a2 *big.Int) (uint64, error) + func (_m *EthClient) SendTransaction(_a0 context.Context, _a1 *types.Transaction) error + func (_m *EthClient) SubscribeFilterLogs(_a0 context.Context, _a1 interfaces.FilterQuery, _a2 chan<- types.Log) (interfaces.Subscription, error) + func (_m *EthClient) SuggestGasPrice(_a0 context.Context) (*big.Int, error) + func (_m *EthClient) SuggestGasTipCap(_a0 context.Context) (*big.Int, error) + func (_m *EthClient) TransactionReceipt(_a0 context.Context, _a1 common.Hash) (*types.Receipt, error)