Documentation ¶
Index ¶
- type QueryClient
- func (_m *QueryClient) AllBalances(ctx context.Context, in *types.QueryAllBalancesRequest, ...) (*types.QueryAllBalancesResponse, error)
- func (_m *QueryClient) Balance(ctx context.Context, in *types.QueryBalanceRequest, opts ...grpc.CallOption) (*types.QueryBalanceResponse, error)
- func (_m *QueryClient) DenomMetadata(ctx context.Context, in *types.QueryDenomMetadataRequest, ...) (*types.QueryDenomMetadataResponse, error)
- func (_m *QueryClient) DenomsMetadata(ctx context.Context, in *types.QueryDenomsMetadataRequest, ...) (*types.QueryDenomsMetadataResponse, error)
- func (_m *QueryClient) Params(ctx context.Context, in *types.QueryParamsRequest, opts ...grpc.CallOption) (*types.QueryParamsResponse, error)
- func (_m *QueryClient) SpendableBalances(ctx context.Context, in *types.QuerySpendableBalancesRequest, ...) (*types.QuerySpendableBalancesResponse, error)
- func (_m *QueryClient) SupplyOf(ctx context.Context, in *types.QuerySupplyOfRequest, opts ...grpc.CallOption) (*types.QuerySupplyOfResponse, error)
- func (_m *QueryClient) TotalSupply(ctx context.Context, in *types.QueryTotalSupplyRequest, ...) (*types.QueryTotalSupplyResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryClient ¶
QueryClient is an autogenerated mock type for the QueryClient type
func NewQueryClient ¶ added in v0.16.2
func NewQueryClient(t testing.TB) *QueryClient
NewQueryClient creates a new instance of QueryClient. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*QueryClient) AllBalances ¶
func (_m *QueryClient) 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 (*QueryClient) Balance ¶
func (_m *QueryClient) 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 (*QueryClient) DenomMetadata ¶
func (_m *QueryClient) 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 (*QueryClient) DenomsMetadata ¶
func (_m *QueryClient) 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 (*QueryClient) Params ¶
func (_m *QueryClient) 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 (*QueryClient) SpendableBalances ¶ added in v0.16.2
func (_m *QueryClient) 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 (*QueryClient) SupplyOf ¶
func (_m *QueryClient) 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 (*QueryClient) TotalSupply ¶
func (_m *QueryClient) TotalSupply(ctx context.Context, in *types.QueryTotalSupplyRequest, opts ...grpc.CallOption) (*types.QueryTotalSupplyResponse, error)
TotalSupply provides a mock function with given fields: ctx, in, opts