Documentation ¶
Index ¶
- type AccountInfo
- type BankClient
- func (_m *BankClient) AllBalances(ctx context.Context, in *types.QueryAllBalancesRequest, ...) (*types.QueryAllBalancesResponse, error)
- func (_m *BankClient) Balance(ctx context.Context, in *types.QueryBalanceRequest, opts ...grpc.CallOption) (*types.QueryBalanceResponse, error)
- func (_m *BankClient) DenomMetadata(ctx context.Context, in *types.QueryDenomMetadataRequest, ...) (*types.QueryDenomMetadataResponse, error)
- func (_m *BankClient) DenomOwners(ctx context.Context, in *types.QueryDenomOwnersRequest, ...) (*types.QueryDenomOwnersResponse, error)
- func (_m *BankClient) DenomsMetadata(ctx context.Context, in *types.QueryDenomsMetadataRequest, ...) (*types.QueryDenomsMetadataResponse, error)
- func (_m *BankClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
- func (_m *BankClient) SendEnabled(ctx context.Context, in *types.QuerySendEnabledRequest, ...) (*types.QuerySendEnabledResponse, error)
- func (_m *BankClient) SpendableBalanceByDenom(ctx context.Context, in *types.QuerySpendableBalanceByDenomRequest, ...) (*types.QuerySpendableBalanceByDenomResponse, error)
- func (_m *BankClient) SpendableBalances(ctx context.Context, in *types.QuerySpendableBalancesRequest, ...) (*types.QuerySpendableBalancesResponse, error)
- func (_m *BankClient) SupplyOf(ctx context.Context, in *types.QuerySupplyOfRequest, opts ...grpc.CallOption) (*types.QuerySupplyOfResponse, error)
- func (_m *BankClient) TotalSupply(ctx context.Context, in *types.QueryTotalSupplyRequest, ...) (*types.QueryTotalSupplyResponse, error)
- type Chain
- func (_m *Chain) AppTOMLPath() (string, error)
- func (_m *Chain) CacheBinary(launchID uint64) error
- func (_m *Chain) ChainID() (string, error)
- func (_m *Chain) ConfigTOMLPath() (string, error)
- func (_m *Chain) DefaultGentxPath() (string, error)
- func (_m *Chain) GenesisPath() (string, error)
- func (_m *Chain) GentxsPath() (string, error)
- func (_m *Chain) ID() (string, error)
- func (_m *Chain) Name() string
- func (_m *Chain) NodeID(ctx context.Context) (string, error)
- func (_m *Chain) SourceHash() string
- func (_m *Chain) SourceURL() string
- type CosmosClient
- func (_m *CosmosClient) BroadcastTx(ctx context.Context, account cosmosaccount.Account, msgs ...types.Msg) (cosmosclient.Response, error)
- func (_m *CosmosClient) ConsensusInfo(ctx context.Context, height int64) (cosmosclient.ConsensusInfo, error)
- func (_m *CosmosClient) Context() client.Context
- func (_m *CosmosClient) Status(ctx context.Context) (*coretypes.ResultStatus, error)
- type IBCClient
- func (_m *IBCClient) ClientParams(ctx context.Context, in *types.QueryClientParamsRequest, ...) (*types.QueryClientParamsResponse, error)
- func (_m *IBCClient) ClientState(ctx context.Context, in *types.QueryClientStateRequest, ...) (*types.QueryClientStateResponse, error)
- func (_m *IBCClient) ClientStates(ctx context.Context, in *types.QueryClientStatesRequest, ...) (*types.QueryClientStatesResponse, error)
- func (_m *IBCClient) ClientStatus(ctx context.Context, in *types.QueryClientStatusRequest, ...) (*types.QueryClientStatusResponse, error)
- func (_m *IBCClient) ConsensusState(ctx context.Context, in *types.QueryConsensusStateRequest, ...) (*types.QueryConsensusStateResponse, error)
- func (_m *IBCClient) ConsensusStates(ctx context.Context, in *types.QueryConsensusStatesRequest, ...) (*types.QueryConsensusStatesResponse, error)
- func (_m *IBCClient) UpgradedClientState(ctx context.Context, in *types.QueryUpgradedClientStateRequest, ...) (*types.QueryUpgradedClientStateResponse, error)
- func (_m *IBCClient) UpgradedConsensusState(ctx context.Context, in *types.QueryUpgradedConsensusStateRequest, ...) (*types.QueryUpgradedConsensusStateResponse, error)
- type LaunchClient
- func (_m *LaunchClient) Chain(ctx context.Context, in *types.QueryGetChainRequest, opts ...grpc.CallOption) (*types.QueryGetChainResponse, error)
- func (_m *LaunchClient) ChainAll(ctx context.Context, in *types.QueryAllChainRequest, opts ...grpc.CallOption) (*types.QueryAllChainResponse, error)
- func (_m *LaunchClient) GenesisAccount(ctx context.Context, in *types.QueryGetGenesisAccountRequest, ...) (*types.QueryGetGenesisAccountResponse, error)
- func (_m *LaunchClient) GenesisAccountAll(ctx context.Context, in *types.QueryAllGenesisAccountRequest, ...) (*types.QueryAllGenesisAccountResponse, error)
- func (_m *LaunchClient) GenesisValidator(ctx context.Context, in *types.QueryGetGenesisValidatorRequest, ...) (*types.QueryGetGenesisValidatorResponse, error)
- func (_m *LaunchClient) GenesisValidatorAll(ctx context.Context, in *types.QueryAllGenesisValidatorRequest, ...) (*types.QueryAllGenesisValidatorResponse, error)
- func (_m *LaunchClient) ParamChangeAll(ctx context.Context, in *types.QueryAllParamChangeRequest, ...) (*types.QueryAllParamChangeResponse, error)
- func (_m *LaunchClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
- func (_m *LaunchClient) Request(ctx context.Context, in *types.QueryGetRequestRequest, opts ...grpc.CallOption) (*types.QueryGetRequestResponse, error)
- func (_m *LaunchClient) RequestAll(ctx context.Context, in *types.QueryAllRequestRequest, opts ...grpc.CallOption) (*types.QueryAllRequestResponse, error)
- func (_m *LaunchClient) VestingAccount(ctx context.Context, in *types.QueryGetVestingAccountRequest, ...) (*types.QueryGetVestingAccountResponse, error)
- func (_m *LaunchClient) VestingAccountAll(ctx context.Context, in *types.QueryAllVestingAccountRequest, ...) (*types.QueryAllVestingAccountResponse, error)
- type MonitoringcClient
- func (_m *MonitoringcClient) LaunchIDFromChannelID(ctx context.Context, in *types.QueryGetLaunchIDFromChannelIDRequest, ...) (*types.QueryGetLaunchIDFromChannelIDResponse, error)
- func (_m *MonitoringcClient) LaunchIDFromChannelIDAll(ctx context.Context, in *types.QueryAllLaunchIDFromChannelIDRequest, ...) (*types.QueryAllLaunchIDFromChannelIDResponse, error)
- func (_m *MonitoringcClient) MonitoringHistory(ctx context.Context, in *types.QueryGetMonitoringHistoryRequest, ...) (*types.QueryGetMonitoringHistoryResponse, error)
- func (_m *MonitoringcClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
- func (_m *MonitoringcClient) ProviderClientID(ctx context.Context, in *types.QueryGetProviderClientIDRequest, ...) (*types.QueryGetProviderClientIDResponse, error)
- func (_m *MonitoringcClient) ProviderClientIDAll(ctx context.Context, in *types.QueryAllProviderClientIDRequest, ...) (*types.QueryAllProviderClientIDResponse, error)
- func (_m *MonitoringcClient) VerifiedClientIds(ctx context.Context, in *types.QueryGetVerifiedClientIdsRequest, ...) (*types.QueryGetVerifiedClientIdsResponse, error)
- type MonitoringpClient
- func (_m *MonitoringpClient) ConnectionChannelID(ctx context.Context, in *types.QueryGetConnectionChannelIDRequest, ...) (*types.QueryGetConnectionChannelIDResponse, error)
- func (_m *MonitoringpClient) ConsumerClientID(ctx context.Context, in *types.QueryGetConsumerClientIDRequest, ...) (*types.QueryGetConsumerClientIDResponse, error)
- func (_m *MonitoringpClient) MonitoringInfo(ctx context.Context, in *types.QueryGetMonitoringInfoRequest, ...) (*types.QueryGetMonitoringInfoResponse, error)
- func (_m *MonitoringpClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
- type NewMonitoringpClientT
- type ProfileClient
- func (_m *ProfileClient) Coordinator(ctx context.Context, in *types.QueryGetCoordinatorRequest, ...) (*types.QueryGetCoordinatorResponse, error)
- func (_m *ProfileClient) CoordinatorAll(ctx context.Context, in *types.QueryAllCoordinatorRequest, ...) (*types.QueryAllCoordinatorResponse, error)
- func (_m *ProfileClient) CoordinatorByAddress(ctx context.Context, in *types.QueryGetCoordinatorByAddressRequest, ...) (*types.QueryGetCoordinatorByAddressResponse, error)
- func (_m *ProfileClient) Validator(ctx context.Context, in *types.QueryGetValidatorRequest, ...) (*types.QueryGetValidatorResponse, error)
- func (_m *ProfileClient) ValidatorAll(ctx context.Context, in *types.QueryAllValidatorRequest, ...) (*types.QueryAllValidatorResponse, error)
- func (_m *ProfileClient) ValidatorByOperatorAddress(ctx context.Context, in *types.QueryGetValidatorByOperatorAddressRequest, ...) (*types.QueryGetValidatorByOperatorAddressResponse, error)
- type ProjectClient
- func (_m *ProjectClient) MainnetAccount(ctx context.Context, in *types.QueryGetMainnetAccountRequest, ...) (*types.QueryGetMainnetAccountResponse, error)
- func (_m *ProjectClient) MainnetAccountAll(ctx context.Context, in *types.QueryAllMainnetAccountRequest, ...) (*types.QueryAllMainnetAccountResponse, error)
- func (_m *ProjectClient) MainnetAccountBalance(ctx context.Context, in *types.QueryGetMainnetAccountBalanceRequest, ...) (*types.QueryGetMainnetAccountBalanceResponse, error)
- func (_m *ProjectClient) MainnetAccountBalanceAll(ctx context.Context, in *types.QueryAllMainnetAccountBalanceRequest, ...) (*types.QueryAllMainnetAccountBalanceResponse, error)
- func (_m *ProjectClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
- func (_m *ProjectClient) Project(ctx context.Context, in *types.QueryGetProjectRequest, opts ...grpc.CallOption) (*types.QueryGetProjectResponse, error)
- func (_m *ProjectClient) ProjectAll(ctx context.Context, in *types.QueryAllProjectRequest, opts ...grpc.CallOption) (*types.QueryAllProjectResponse, error)
- func (_m *ProjectClient) ProjectChains(ctx context.Context, in *types.QueryGetProjectChainsRequest, ...) (*types.QueryGetProjectChainsResponse, error)
- func (_m *ProjectClient) SpecialAllocationsBalance(ctx context.Context, in *types.QuerySpecialAllocationsBalanceRequest, ...) (*types.QuerySpecialAllocationsBalanceResponse, error)
- func (_m *ProjectClient) TotalShares(ctx context.Context, in *types.QueryTotalSharesRequest, ...) (*types.QueryTotalSharesResponse, error)
- type RewardClient
- func (_m *RewardClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
- func (_m *RewardClient) RewardPool(ctx context.Context, in *types.QueryGetRewardPoolRequest, ...) (*types.QueryGetRewardPoolResponse, error)
- func (_m *RewardClient) RewardPoolAll(ctx context.Context, in *types.QueryAllRewardPoolRequest, ...) (*types.QueryAllRewardPoolResponse, error)
- type StakingClient
- func (_m *StakingClient) Delegation(ctx context.Context, in *types.QueryDelegationRequest, opts ...grpc.CallOption) (*types.QueryDelegationResponse, error)
- func (_m *StakingClient) DelegatorDelegations(ctx context.Context, in *types.QueryDelegatorDelegationsRequest, ...) (*types.QueryDelegatorDelegationsResponse, error)
- func (_m *StakingClient) DelegatorUnbondingDelegations(ctx context.Context, in *types.QueryDelegatorUnbondingDelegationsRequest, ...) (*types.QueryDelegatorUnbondingDelegationsResponse, error)
- func (_m *StakingClient) DelegatorValidator(ctx context.Context, in *types.QueryDelegatorValidatorRequest, ...) (*types.QueryDelegatorValidatorResponse, error)
- func (_m *StakingClient) DelegatorValidators(ctx context.Context, in *types.QueryDelegatorValidatorsRequest, ...) (*types.QueryDelegatorValidatorsResponse, error)
- func (_m *StakingClient) HistoricalInfo(ctx context.Context, in *types.QueryHistoricalInfoRequest, ...) (*types.QueryHistoricalInfoResponse, error)
- func (_m *StakingClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
- func (_m *StakingClient) Pool(ctx context.Context, in *types.QueryPoolRequest, opts ...grpc.CallOption) (*types.QueryPoolResponse, error)
- func (_m *StakingClient) Redelegations(ctx context.Context, in *types.QueryRedelegationsRequest, ...) (*types.QueryRedelegationsResponse, error)
- func (_m *StakingClient) UnbondingDelegation(ctx context.Context, in *types.QueryUnbondingDelegationRequest, ...) (*types.QueryUnbondingDelegationResponse, error)
- func (_m *StakingClient) Validator(ctx context.Context, in *types.QueryValidatorRequest, opts ...grpc.CallOption) (*types.QueryValidatorResponse, error)
- func (_m *StakingClient) ValidatorDelegations(ctx context.Context, in *types.QueryValidatorDelegationsRequest, ...) (*types.QueryValidatorDelegationsResponse, error)
- func (_m *StakingClient) ValidatorUnbondingDelegations(ctx context.Context, in *types.QueryValidatorUnbondingDelegationsRequest, ...) (*types.QueryValidatorUnbondingDelegationsResponse, error)
- func (_m *StakingClient) Validators(ctx context.Context, in *types.QueryValidatorsRequest, opts ...grpc.CallOption) (*types.QueryValidatorsResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountInfo ¶
AccountInfo is an autogenerated mock type for the AccountInfo type
func NewAccountInfo ¶
func NewAccountInfo(t interface { mock.TestingT Cleanup(func()) }) *AccountInfo
NewAccountInfo creates a new instance of AccountInfo. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
type BankClient ¶
BankClient is an autogenerated mock type for the BankClient type
func NewBankClient ¶
func NewBankClient(t interface { mock.TestingT Cleanup(func()) }) *BankClient
NewBankClient creates a new instance of BankClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*BankClient) AllBalances ¶
func (_m *BankClient) AllBalances(ctx context.Context, in *types.QueryAllBalancesRequest, opts ...grpc.CallOption) (*types.QueryAllBalancesResponse, error)
AllBalances provides a mock function with given fields: ctx, in, opts
func (*BankClient) Balance ¶
func (_m *BankClient) Balance(ctx context.Context, in *types.QueryBalanceRequest, opts ...grpc.CallOption) (*types.QueryBalanceResponse, error)
Balance provides a mock function with given fields: ctx, in, opts
func (*BankClient) DenomMetadata ¶
func (_m *BankClient) DenomMetadata(ctx context.Context, in *types.QueryDenomMetadataRequest, opts ...grpc.CallOption) (*types.QueryDenomMetadataResponse, error)
DenomMetadata provides a mock function with given fields: ctx, in, opts
func (*BankClient) DenomOwners ¶
func (_m *BankClient) DenomOwners(ctx context.Context, in *types.QueryDenomOwnersRequest, opts ...grpc.CallOption) (*types.QueryDenomOwnersResponse, error)
DenomOwners provides a mock function with given fields: ctx, in, opts
func (*BankClient) DenomsMetadata ¶
func (_m *BankClient) DenomsMetadata(ctx context.Context, in *types.QueryDenomsMetadataRequest, opts ...grpc.CallOption) (*types.QueryDenomsMetadataResponse, error)
DenomsMetadata provides a mock function with given fields: ctx, in, opts
func (*BankClient) Params ¶
func (_m *BankClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
Params provides a mock function with given fields: ctx, in, opts
func (*BankClient) SendEnabled ¶
func (_m *BankClient) SendEnabled(ctx context.Context, in *types.QuerySendEnabledRequest, opts ...grpc.CallOption) (*types.QuerySendEnabledResponse, error)
SendEnabled provides a mock function with given fields: ctx, in, opts
func (*BankClient) SpendableBalanceByDenom ¶
func (_m *BankClient) SpendableBalanceByDenom(ctx context.Context, in *types.QuerySpendableBalanceByDenomRequest, opts ...grpc.CallOption) (*types.QuerySpendableBalanceByDenomResponse, error)
SpendableBalanceByDenom provides a mock function with given fields: ctx, in, opts
func (*BankClient) SpendableBalances ¶
func (_m *BankClient) SpendableBalances(ctx context.Context, in *types.QuerySpendableBalancesRequest, opts ...grpc.CallOption) (*types.QuerySpendableBalancesResponse, error)
SpendableBalances provides a mock function with given fields: ctx, in, opts
func (*BankClient) SupplyOf ¶
func (_m *BankClient) SupplyOf(ctx context.Context, in *types.QuerySupplyOfRequest, opts ...grpc.CallOption) (*types.QuerySupplyOfResponse, error)
SupplyOf provides a mock function with given fields: ctx, in, opts
func (*BankClient) TotalSupply ¶
func (_m *BankClient) TotalSupply(ctx context.Context, in *types.QueryTotalSupplyRequest, opts ...grpc.CallOption) (*types.QueryTotalSupplyResponse, error)
TotalSupply provides a mock function with given fields: ctx, in, opts
type Chain ¶
Chain is an autogenerated mock type for the Chain type
func NewChain ¶
NewChain creates a new instance of Chain. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Chain) AppTOMLPath ¶
AppTOMLPath provides a mock function with given fields:
func (*Chain) CacheBinary ¶
CacheBinary provides a mock function with given fields: launchID
func (*Chain) ConfigTOMLPath ¶
ConfigTOMLPath provides a mock function with given fields:
func (*Chain) DefaultGentxPath ¶
DefaultGentxPath provides a mock function with given fields:
func (*Chain) GenesisPath ¶
GenesisPath provides a mock function with given fields:
func (*Chain) GentxsPath ¶
GentxsPath provides a mock function with given fields:
func (*Chain) SourceHash ¶
SourceHash provides a mock function with given fields:
type CosmosClient ¶
CosmosClient is an autogenerated mock type for the CosmosClient type
func NewCosmosClient ¶
func NewCosmosClient(t interface { mock.TestingT Cleanup(func()) }) *CosmosClient
NewCosmosClient creates a new instance of CosmosClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*CosmosClient) BroadcastTx ¶
func (_m *CosmosClient) BroadcastTx(ctx context.Context, account cosmosaccount.Account, msgs ...types.Msg) (cosmosclient.Response, error)
BroadcastTx provides a mock function with given fields: ctx, account, msgs
func (*CosmosClient) ConsensusInfo ¶
func (_m *CosmosClient) ConsensusInfo(ctx context.Context, height int64) (cosmosclient.ConsensusInfo, error)
ConsensusInfo provides a mock function with given fields: ctx, height
func (*CosmosClient) Context ¶
func (_m *CosmosClient) Context() client.Context
Context provides a mock function with given fields:
func (*CosmosClient) Status ¶
func (_m *CosmosClient) Status(ctx context.Context) (*coretypes.ResultStatus, error)
Status provides a mock function with given fields: ctx
type IBCClient ¶
IBCClient is an autogenerated mock type for the QueryClient type
func NewIBCClient ¶
NewIBCClient creates a new instance of IBCClient. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*IBCClient) ClientParams ¶
func (_m *IBCClient) ClientParams(ctx context.Context, in *types.QueryClientParamsRequest, opts ...grpc.CallOption) (*types.QueryClientParamsResponse, error)
ClientParams provides a mock function with given fields: ctx, in, opts
func (*IBCClient) ClientState ¶
func (_m *IBCClient) ClientState(ctx context.Context, in *types.QueryClientStateRequest, opts ...grpc.CallOption) (*types.QueryClientStateResponse, error)
ClientState provides a mock function with given fields: ctx, in, opts
func (*IBCClient) ClientStates ¶
func (_m *IBCClient) ClientStates(ctx context.Context, in *types.QueryClientStatesRequest, opts ...grpc.CallOption) (*types.QueryClientStatesResponse, error)
ClientStates provides a mock function with given fields: ctx, in, opts
func (*IBCClient) ClientStatus ¶
func (_m *IBCClient) ClientStatus(ctx context.Context, in *types.QueryClientStatusRequest, opts ...grpc.CallOption) (*types.QueryClientStatusResponse, error)
ClientStatus provides a mock function with given fields: ctx, in, opts
func (*IBCClient) ConsensusState ¶
func (_m *IBCClient) ConsensusState(ctx context.Context, in *types.QueryConsensusStateRequest, opts ...grpc.CallOption) (*types.QueryConsensusStateResponse, error)
ConsensusState provides a mock function with given fields: ctx, in, opts
func (*IBCClient) ConsensusStates ¶
func (_m *IBCClient) ConsensusStates(ctx context.Context, in *types.QueryConsensusStatesRequest, opts ...grpc.CallOption) (*types.QueryConsensusStatesResponse, error)
ConsensusStates provides a mock function with given fields: ctx, in, opts
func (*IBCClient) UpgradedClientState ¶
func (_m *IBCClient) UpgradedClientState(ctx context.Context, in *types.QueryUpgradedClientStateRequest, opts ...grpc.CallOption) (*types.QueryUpgradedClientStateResponse, error)
UpgradedClientState provides a mock function with given fields: ctx, in, opts
func (*IBCClient) UpgradedConsensusState ¶
func (_m *IBCClient) UpgradedConsensusState(ctx context.Context, in *types.QueryUpgradedConsensusStateRequest, opts ...grpc.CallOption) (*types.QueryUpgradedConsensusStateResponse, error)
UpgradedConsensusState provides a mock function with given fields: ctx, in, opts
type LaunchClient ¶
LaunchClient is an autogenerated mock type for the LaunchClient type
func NewLaunchClient ¶
func NewLaunchClient(t interface { mock.TestingT Cleanup(func()) }) *LaunchClient
NewLaunchClient creates a new instance of LaunchClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*LaunchClient) Chain ¶
func (_m *LaunchClient) Chain(ctx context.Context, in *types.QueryGetChainRequest, opts ...grpc.CallOption) (*types.QueryGetChainResponse, error)
Chain provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) ChainAll ¶
func (_m *LaunchClient) ChainAll(ctx context.Context, in *types.QueryAllChainRequest, opts ...grpc.CallOption) (*types.QueryAllChainResponse, error)
ChainAll provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) GenesisAccount ¶
func (_m *LaunchClient) GenesisAccount(ctx context.Context, in *types.QueryGetGenesisAccountRequest, opts ...grpc.CallOption) (*types.QueryGetGenesisAccountResponse, error)
GenesisAccount provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) GenesisAccountAll ¶
func (_m *LaunchClient) GenesisAccountAll(ctx context.Context, in *types.QueryAllGenesisAccountRequest, opts ...grpc.CallOption) (*types.QueryAllGenesisAccountResponse, error)
GenesisAccountAll provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) GenesisValidator ¶
func (_m *LaunchClient) GenesisValidator(ctx context.Context, in *types.QueryGetGenesisValidatorRequest, opts ...grpc.CallOption) (*types.QueryGetGenesisValidatorResponse, error)
GenesisValidator provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) GenesisValidatorAll ¶
func (_m *LaunchClient) GenesisValidatorAll(ctx context.Context, in *types.QueryAllGenesisValidatorRequest, opts ...grpc.CallOption) (*types.QueryAllGenesisValidatorResponse, error)
GenesisValidatorAll provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) ParamChangeAll ¶
func (_m *LaunchClient) ParamChangeAll(ctx context.Context, in *types.QueryAllParamChangeRequest, opts ...grpc.CallOption) (*types.QueryAllParamChangeResponse, error)
ParamChangeAll provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) Params ¶
func (_m *LaunchClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
Params provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) Request ¶
func (_m *LaunchClient) Request(ctx context.Context, in *types.QueryGetRequestRequest, opts ...grpc.CallOption) (*types.QueryGetRequestResponse, error)
Request provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) RequestAll ¶
func (_m *LaunchClient) RequestAll(ctx context.Context, in *types.QueryAllRequestRequest, opts ...grpc.CallOption) (*types.QueryAllRequestResponse, error)
RequestAll provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) VestingAccount ¶
func (_m *LaunchClient) VestingAccount(ctx context.Context, in *types.QueryGetVestingAccountRequest, opts ...grpc.CallOption) (*types.QueryGetVestingAccountResponse, error)
VestingAccount provides a mock function with given fields: ctx, in, opts
func (*LaunchClient) VestingAccountAll ¶
func (_m *LaunchClient) VestingAccountAll(ctx context.Context, in *types.QueryAllVestingAccountRequest, opts ...grpc.CallOption) (*types.QueryAllVestingAccountResponse, error)
VestingAccountAll provides a mock function with given fields: ctx, in, opts
type MonitoringcClient ¶
MonitoringcClient is an autogenerated mock type for the QueryClient type
func NewMonitoringcClient ¶
func NewMonitoringcClient(t testing.TB) *MonitoringcClient
NewMonitoringcClient creates a new instance of MonitoringcClient. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*MonitoringcClient) LaunchIDFromChannelID ¶
func (_m *MonitoringcClient) LaunchIDFromChannelID(ctx context.Context, in *types.QueryGetLaunchIDFromChannelIDRequest, opts ...grpc.CallOption) (*types.QueryGetLaunchIDFromChannelIDResponse, error)
LaunchIDFromChannelID provides a mock function with given fields: ctx, in, opts
func (*MonitoringcClient) LaunchIDFromChannelIDAll ¶
func (_m *MonitoringcClient) LaunchIDFromChannelIDAll(ctx context.Context, in *types.QueryAllLaunchIDFromChannelIDRequest, opts ...grpc.CallOption) (*types.QueryAllLaunchIDFromChannelIDResponse, error)
LaunchIDFromChannelIDAll provides a mock function with given fields: ctx, in, opts
func (*MonitoringcClient) MonitoringHistory ¶
func (_m *MonitoringcClient) MonitoringHistory(ctx context.Context, in *types.QueryGetMonitoringHistoryRequest, opts ...grpc.CallOption) (*types.QueryGetMonitoringHistoryResponse, error)
MonitoringHistory provides a mock function with given fields: ctx, in, opts
func (*MonitoringcClient) Params ¶
func (_m *MonitoringcClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
Params provides a mock function with given fields: ctx, in, opts
func (*MonitoringcClient) ProviderClientID ¶
func (_m *MonitoringcClient) ProviderClientID(ctx context.Context, in *types.QueryGetProviderClientIDRequest, opts ...grpc.CallOption) (*types.QueryGetProviderClientIDResponse, error)
ProviderClientID provides a mock function with given fields: ctx, in, opts
func (*MonitoringcClient) ProviderClientIDAll ¶
func (_m *MonitoringcClient) ProviderClientIDAll(ctx context.Context, in *types.QueryAllProviderClientIDRequest, opts ...grpc.CallOption) (*types.QueryAllProviderClientIDResponse, error)
ProviderClientIDAll provides a mock function with given fields: ctx, in, opts
func (*MonitoringcClient) VerifiedClientIds ¶
func (_m *MonitoringcClient) VerifiedClientIds(ctx context.Context, in *types.QueryGetVerifiedClientIdsRequest, opts ...grpc.CallOption) (*types.QueryGetVerifiedClientIdsResponse, error)
VerifiedClientIds provides a mock function with given fields: ctx, in, opts
type MonitoringpClient ¶
MonitoringpClient is an autogenerated mock type for the QueryClient type
func NewMonitoringpClient ¶
func NewMonitoringpClient(t NewMonitoringpClientT) *MonitoringpClient
NewMonitoringpClient creates a new instance of MonitoringpClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*MonitoringpClient) ConnectionChannelID ¶
func (_m *MonitoringpClient) ConnectionChannelID(ctx context.Context, in *types.QueryGetConnectionChannelIDRequest, opts ...grpc.CallOption) (*types.QueryGetConnectionChannelIDResponse, error)
ConnectionChannelID provides a mock function with given fields: ctx, in, opts
func (*MonitoringpClient) ConsumerClientID ¶
func (_m *MonitoringpClient) ConsumerClientID(ctx context.Context, in *types.QueryGetConsumerClientIDRequest, opts ...grpc.CallOption) (*types.QueryGetConsumerClientIDResponse, error)
ConsumerClientID provides a mock function with given fields: ctx, in, opts
func (*MonitoringpClient) MonitoringInfo ¶
func (_m *MonitoringpClient) MonitoringInfo(ctx context.Context, in *types.QueryGetMonitoringInfoRequest, opts ...grpc.CallOption) (*types.QueryGetMonitoringInfoResponse, error)
MonitoringInfo provides a mock function with given fields: ctx, in, opts
func (*MonitoringpClient) Params ¶
func (_m *MonitoringpClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
Params provides a mock function with given fields: ctx, in, opts
type NewMonitoringpClientT ¶
type ProfileClient ¶
ProfileClient is an autogenerated mock type for the ProfileClient type
func NewProfileClient ¶
func NewProfileClient(t interface { mock.TestingT Cleanup(func()) }) *ProfileClient
NewProfileClient creates a new instance of ProfileClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ProfileClient) Coordinator ¶
func (_m *ProfileClient) Coordinator(ctx context.Context, in *types.QueryGetCoordinatorRequest, opts ...grpc.CallOption) (*types.QueryGetCoordinatorResponse, error)
Coordinator provides a mock function with given fields: ctx, in, opts
func (*ProfileClient) CoordinatorAll ¶
func (_m *ProfileClient) CoordinatorAll(ctx context.Context, in *types.QueryAllCoordinatorRequest, opts ...grpc.CallOption) (*types.QueryAllCoordinatorResponse, error)
CoordinatorAll provides a mock function with given fields: ctx, in, opts
func (*ProfileClient) CoordinatorByAddress ¶
func (_m *ProfileClient) CoordinatorByAddress(ctx context.Context, in *types.QueryGetCoordinatorByAddressRequest, opts ...grpc.CallOption) (*types.QueryGetCoordinatorByAddressResponse, error)
CoordinatorByAddress provides a mock function with given fields: ctx, in, opts
func (*ProfileClient) Validator ¶
func (_m *ProfileClient) Validator(ctx context.Context, in *types.QueryGetValidatorRequest, opts ...grpc.CallOption) (*types.QueryGetValidatorResponse, error)
Validator provides a mock function with given fields: ctx, in, opts
func (*ProfileClient) ValidatorAll ¶
func (_m *ProfileClient) ValidatorAll(ctx context.Context, in *types.QueryAllValidatorRequest, opts ...grpc.CallOption) (*types.QueryAllValidatorResponse, error)
ValidatorAll provides a mock function with given fields: ctx, in, opts
func (*ProfileClient) ValidatorByOperatorAddress ¶
func (_m *ProfileClient) ValidatorByOperatorAddress(ctx context.Context, in *types.QueryGetValidatorByOperatorAddressRequest, opts ...grpc.CallOption) (*types.QueryGetValidatorByOperatorAddressResponse, error)
ValidatorByOperatorAddress provides a mock function with given fields: ctx, in, opts
type ProjectClient ¶
ProjectClient is an autogenerated mock type for the ProjectClient type
func NewProjectClient ¶
func NewProjectClient(t interface { mock.TestingT Cleanup(func()) }) *ProjectClient
NewProjectClient creates a new instance of ProjectClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ProjectClient) MainnetAccount ¶
func (_m *ProjectClient) MainnetAccount(ctx context.Context, in *types.QueryGetMainnetAccountRequest, opts ...grpc.CallOption) (*types.QueryGetMainnetAccountResponse, error)
MainnetAccount provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) MainnetAccountAll ¶
func (_m *ProjectClient) MainnetAccountAll(ctx context.Context, in *types.QueryAllMainnetAccountRequest, opts ...grpc.CallOption) (*types.QueryAllMainnetAccountResponse, error)
MainnetAccountAll provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) MainnetAccountBalance ¶
func (_m *ProjectClient) MainnetAccountBalance(ctx context.Context, in *types.QueryGetMainnetAccountBalanceRequest, opts ...grpc.CallOption) (*types.QueryGetMainnetAccountBalanceResponse, error)
MainnetAccountBalance provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) MainnetAccountBalanceAll ¶
func (_m *ProjectClient) MainnetAccountBalanceAll(ctx context.Context, in *types.QueryAllMainnetAccountBalanceRequest, opts ...grpc.CallOption) (*types.QueryAllMainnetAccountBalanceResponse, error)
MainnetAccountBalanceAll provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) Params ¶
func (_m *ProjectClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
Params provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) Project ¶
func (_m *ProjectClient) Project(ctx context.Context, in *types.QueryGetProjectRequest, opts ...grpc.CallOption) (*types.QueryGetProjectResponse, error)
Project provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) ProjectAll ¶
func (_m *ProjectClient) ProjectAll(ctx context.Context, in *types.QueryAllProjectRequest, opts ...grpc.CallOption) (*types.QueryAllProjectResponse, error)
ProjectAll provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) ProjectChains ¶
func (_m *ProjectClient) ProjectChains(ctx context.Context, in *types.QueryGetProjectChainsRequest, opts ...grpc.CallOption) (*types.QueryGetProjectChainsResponse, error)
ProjectChains provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) SpecialAllocationsBalance ¶
func (_m *ProjectClient) SpecialAllocationsBalance(ctx context.Context, in *types.QuerySpecialAllocationsBalanceRequest, opts ...grpc.CallOption) (*types.QuerySpecialAllocationsBalanceResponse, error)
SpecialAllocationsBalance provides a mock function with given fields: ctx, in, opts
func (*ProjectClient) TotalShares ¶
func (_m *ProjectClient) TotalShares(ctx context.Context, in *types.QueryTotalSharesRequest, opts ...grpc.CallOption) (*types.QueryTotalSharesResponse, error)
TotalShares provides a mock function with given fields: ctx, in, opts
type RewardClient ¶
RewardClient is an autogenerated mock type for the RewardClient type
func NewRewardClient ¶
func NewRewardClient(t interface { mock.TestingT Cleanup(func()) }) *RewardClient
NewRewardClient creates a new instance of RewardClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*RewardClient) Params ¶
func (_m *RewardClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
Params provides a mock function with given fields: ctx, in, opts
func (*RewardClient) RewardPool ¶
func (_m *RewardClient) RewardPool(ctx context.Context, in *types.QueryGetRewardPoolRequest, opts ...grpc.CallOption) (*types.QueryGetRewardPoolResponse, error)
RewardPool provides a mock function with given fields: ctx, in, opts
func (*RewardClient) RewardPoolAll ¶
func (_m *RewardClient) RewardPoolAll(ctx context.Context, in *types.QueryAllRewardPoolRequest, opts ...grpc.CallOption) (*types.QueryAllRewardPoolResponse, error)
RewardPoolAll provides a mock function with given fields: ctx, in, opts
type StakingClient ¶
StakingClient is an autogenerated mock type for the StakingClient type
func NewStakingClient ¶
func NewStakingClient(t interface { mock.TestingT Cleanup(func()) }) *StakingClient
NewStakingClient creates a new instance of StakingClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*StakingClient) Delegation ¶
func (_m *StakingClient) Delegation(ctx context.Context, in *types.QueryDelegationRequest, opts ...grpc.CallOption) (*types.QueryDelegationResponse, error)
Delegation provides a mock function with given fields: ctx, in, opts
func (*StakingClient) DelegatorDelegations ¶
func (_m *StakingClient) DelegatorDelegations(ctx context.Context, in *types.QueryDelegatorDelegationsRequest, opts ...grpc.CallOption) (*types.QueryDelegatorDelegationsResponse, error)
DelegatorDelegations provides a mock function with given fields: ctx, in, opts
func (*StakingClient) DelegatorUnbondingDelegations ¶
func (_m *StakingClient) DelegatorUnbondingDelegations(ctx context.Context, in *types.QueryDelegatorUnbondingDelegationsRequest, opts ...grpc.CallOption) (*types.QueryDelegatorUnbondingDelegationsResponse, error)
DelegatorUnbondingDelegations provides a mock function with given fields: ctx, in, opts
func (*StakingClient) DelegatorValidator ¶
func (_m *StakingClient) DelegatorValidator(ctx context.Context, in *types.QueryDelegatorValidatorRequest, opts ...grpc.CallOption) (*types.QueryDelegatorValidatorResponse, error)
DelegatorValidator provides a mock function with given fields: ctx, in, opts
func (*StakingClient) DelegatorValidators ¶
func (_m *StakingClient) DelegatorValidators(ctx context.Context, in *types.QueryDelegatorValidatorsRequest, opts ...grpc.CallOption) (*types.QueryDelegatorValidatorsResponse, error)
DelegatorValidators provides a mock function with given fields: ctx, in, opts
func (*StakingClient) HistoricalInfo ¶
func (_m *StakingClient) HistoricalInfo(ctx context.Context, in *types.QueryHistoricalInfoRequest, opts ...grpc.CallOption) (*types.QueryHistoricalInfoResponse, error)
HistoricalInfo provides a mock function with given fields: ctx, in, opts
func (*StakingClient) Params ¶
func (_m *StakingClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
Params provides a mock function with given fields: ctx, in, opts
func (*StakingClient) Pool ¶
func (_m *StakingClient) Pool(ctx context.Context, in *types.QueryPoolRequest, opts ...grpc.CallOption) (*types.QueryPoolResponse, error)
Pool provides a mock function with given fields: ctx, in, opts
func (*StakingClient) Redelegations ¶
func (_m *StakingClient) Redelegations(ctx context.Context, in *types.QueryRedelegationsRequest, opts ...grpc.CallOption) (*types.QueryRedelegationsResponse, error)
Redelegations provides a mock function with given fields: ctx, in, opts
func (*StakingClient) UnbondingDelegation ¶
func (_m *StakingClient) UnbondingDelegation(ctx context.Context, in *types.QueryUnbondingDelegationRequest, opts ...grpc.CallOption) (*types.QueryUnbondingDelegationResponse, error)
UnbondingDelegation provides a mock function with given fields: ctx, in, opts
func (*StakingClient) Validator ¶
func (_m *StakingClient) Validator(ctx context.Context, in *types.QueryValidatorRequest, opts ...grpc.CallOption) (*types.QueryValidatorResponse, error)
Validator provides a mock function with given fields: ctx, in, opts
func (*StakingClient) ValidatorDelegations ¶
func (_m *StakingClient) ValidatorDelegations(ctx context.Context, in *types.QueryValidatorDelegationsRequest, opts ...grpc.CallOption) (*types.QueryValidatorDelegationsResponse, error)
ValidatorDelegations provides a mock function with given fields: ctx, in, opts
func (*StakingClient) ValidatorUnbondingDelegations ¶
func (_m *StakingClient) ValidatorUnbondingDelegations(ctx context.Context, in *types.QueryValidatorUnbondingDelegationsRequest, opts ...grpc.CallOption) (*types.QueryValidatorUnbondingDelegationsResponse, error)
ValidatorUnbondingDelegations provides a mock function with given fields: ctx, in, opts
func (*StakingClient) Validators ¶
func (_m *StakingClient) Validators(ctx context.Context, in *types.QueryValidatorsRequest, opts ...grpc.CallOption) (*types.QueryValidatorsResponse, error)
Validators provides a mock function with given fields: ctx, in, opts