UNPKG

@provenanceio/wallet-utils

Version:

Typescript Utilities for Provenance Blockchain Wallet

46 lines (37 loc) 3.46 kB
// package: provenance.ibcratelimit.v1 // file: provenance/ibcratelimit/v1/tx.proto /* tslint:disable */ /* eslint-disable */ import * as grpc from "grpc"; import * as provenance_ibcratelimit_v1_tx_pb from "../../../provenance/ibcratelimit/v1/tx_pb"; import * as gogoproto_gogo_pb from "../../../gogoproto/gogo_pb"; import * as cosmos_proto_cosmos_pb from "../../../cosmos_proto/cosmos_pb"; import * as cosmos_msg_v1_msg_pb from "../../../cosmos/msg/v1/msg_pb"; import * as provenance_ibcratelimit_v1_params_pb from "../../../provenance/ibcratelimit/v1/params_pb"; interface IMsgService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> { govUpdateParams: IMsgService_IGovUpdateParams; } interface IMsgService_IGovUpdateParams extends grpc.MethodDefinition<provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest, provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse> { path: "/provenance.ibcratelimit.v1.Msg/GovUpdateParams"; requestStream: false; responseStream: false; requestSerialize: grpc.serialize<provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest>; requestDeserialize: grpc.deserialize<provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest>; responseSerialize: grpc.serialize<provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse>; responseDeserialize: grpc.deserialize<provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse>; } export const MsgService: IMsgService; export interface IMsgServer { govUpdateParams: grpc.handleUnaryCall<provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest, provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse>; } export interface IMsgClient { govUpdateParams(request: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest, callback: (error: grpc.ServiceError | null, response: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse) => void): grpc.ClientUnaryCall; govUpdateParams(request: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse) => void): grpc.ClientUnaryCall; govUpdateParams(request: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse) => void): grpc.ClientUnaryCall; } export class MsgClient extends grpc.Client implements IMsgClient { constructor(address: string, credentials: grpc.ChannelCredentials, options?: object); public govUpdateParams(request: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest, callback: (error: grpc.ServiceError | null, response: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse) => void): grpc.ClientUnaryCall; public govUpdateParams(request: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse) => void): grpc.ClientUnaryCall; public govUpdateParams(request: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: provenance_ibcratelimit_v1_tx_pb.MsgGovUpdateParamsResponse) => void): grpc.ClientUnaryCall; }