Documentation
¶
Index ¶
- type Network
- func (n *Network) GetAuthClient() authtypes.QueryClient
- func (n *Network) GetAuthzClient() authz.QueryClient
- func (n *Network) GetBankClient() banktypes.QueryClient
- func (n *Network) GetDistrClient() distrtypes.QueryClient
- func (n *Network) GetERC20Client() erc20types.QueryClient
- func (n *Network) GetEvmClient() evmtypes.QueryClient
- func (n *Network) GetFeeMarketClient() feemarkettypes.QueryClient
- func (n *Network) GetGovClient() govtypes.QueryClient
- func (n *Network) GetPoaClient() poatypes.QueryClient
- func (n *Network) GetSlashingClient() slashingtypes.QueryClient
- func (n *Network) GetStakingClient() stakingtypes.QueryClient
- func (n *Network) SetupSdkConfig()
- type TestSuite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Network ¶
type Network struct {
exrpintegration.IntegrationNetwork
}
func NewIntegrationNetwork ¶
func NewIntegrationNetwork(opts ...exrpcommon.ConfigOption) *Network
func (*Network) GetAuthClient ¶
func (n *Network) GetAuthClient() authtypes.QueryClient
func (*Network) GetAuthzClient ¶
func (n *Network) GetAuthzClient() authz.QueryClient
func (*Network) GetBankClient ¶
func (n *Network) GetBankClient() banktypes.QueryClient
func (*Network) GetDistrClient ¶
func (n *Network) GetDistrClient() distrtypes.QueryClient
func (*Network) GetERC20Client ¶
func (n *Network) GetERC20Client() erc20types.QueryClient
func (*Network) GetEvmClient ¶
func (n *Network) GetEvmClient() evmtypes.QueryClient
func (*Network) GetFeeMarketClient ¶
func (n *Network) GetFeeMarketClient() feemarkettypes.QueryClient
func (*Network) GetGovClient ¶
func (n *Network) GetGovClient() govtypes.QueryClient
func (*Network) GetPoaClient ¶
func (n *Network) GetPoaClient() poatypes.QueryClient
func (*Network) GetSlashingClient ¶
func (n *Network) GetSlashingClient() slashingtypes.QueryClient
func (*Network) GetStakingClient ¶
func (n *Network) GetStakingClient() stakingtypes.QueryClient
func (*Network) SetupSdkConfig ¶
func (n *Network) SetupSdkConfig()
Click to show internal directories.
Click to hide internal directories.