import { Params, ParamsAmino } from "./txfees"; import { BinaryReader, BinaryWriter } from "../../../binary"; import { DeepPartial } from "../../../helpers"; /** * @name EipBaseFee * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.EipBaseFee */ export interface EipBaseFee { baseFee: string; } export interface EipBaseFeeProtoMsg { typeUrl: "/injective.txfees.v1beta1.EipBaseFee"; value: Uint8Array; } /** * @name EipBaseFeeAmino * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.EipBaseFee */ export interface EipBaseFeeAmino { base_fee: string; } export interface EipBaseFeeAminoMsg { type: "/injective.txfees.v1beta1.EipBaseFee"; value: EipBaseFeeAmino; } /** * QueryParamsRequest is the request type for the Query/Params RPC method. * @name QueryParamsRequest * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryParamsRequest */ export interface QueryParamsRequest { } export interface QueryParamsRequestProtoMsg { typeUrl: "/injective.txfees.v1beta1.QueryParamsRequest"; value: Uint8Array; } /** * QueryParamsRequest is the request type for the Query/Params RPC method. * @name QueryParamsRequestAmino * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryParamsRequest */ export interface QueryParamsRequestAmino { } export interface QueryParamsRequestAminoMsg { type: "/injective.txfees.v1beta1.QueryParamsRequest"; value: QueryParamsRequestAmino; } /** * QueryParamsResponse is the response type for the Query/Params RPC method. * @name QueryParamsResponse * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryParamsResponse */ export interface QueryParamsResponse { /** * params defines the parameters of the module. */ params: Params; } export interface QueryParamsResponseProtoMsg { typeUrl: "/injective.txfees.v1beta1.QueryParamsResponse"; value: Uint8Array; } /** * QueryParamsResponse is the response type for the Query/Params RPC method. * @name QueryParamsResponseAmino * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryParamsResponse */ export interface QueryParamsResponseAmino { /** * params defines the parameters of the module. */ params: ParamsAmino; } export interface QueryParamsResponseAminoMsg { type: "/injective.txfees.v1beta1.QueryParamsResponse"; value: QueryParamsResponseAmino; } /** * @name QueryEipBaseFeeRequest * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryEipBaseFeeRequest */ export interface QueryEipBaseFeeRequest { } export interface QueryEipBaseFeeRequestProtoMsg { typeUrl: "/injective.txfees.v1beta1.QueryEipBaseFeeRequest"; value: Uint8Array; } /** * @name QueryEipBaseFeeRequestAmino * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryEipBaseFeeRequest */ export interface QueryEipBaseFeeRequestAmino { } export interface QueryEipBaseFeeRequestAminoMsg { type: "/injective.txfees.v1beta1.QueryEipBaseFeeRequest"; value: QueryEipBaseFeeRequestAmino; } /** * @name QueryEipBaseFeeResponse * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryEipBaseFeeResponse */ export interface QueryEipBaseFeeResponse { baseFee?: EipBaseFee; } export interface QueryEipBaseFeeResponseProtoMsg { typeUrl: "/injective.txfees.v1beta1.QueryEipBaseFeeResponse"; value: Uint8Array; } /** * @name QueryEipBaseFeeResponseAmino * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryEipBaseFeeResponse */ export interface QueryEipBaseFeeResponseAmino { base_fee?: EipBaseFeeAmino; } export interface QueryEipBaseFeeResponseAminoMsg { type: "/injective.txfees.v1beta1.QueryEipBaseFeeResponse"; value: QueryEipBaseFeeResponseAmino; } /** * @name EipBaseFee * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.EipBaseFee */ export declare const EipBaseFee: { typeUrl: string; is(o: any): o is EipBaseFee; isAmino(o: any): o is EipBaseFeeAmino; encode(message: EipBaseFee, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): EipBaseFee; fromPartial(object: DeepPartial): EipBaseFee; fromAmino(object: EipBaseFeeAmino): EipBaseFee; toAmino(message: EipBaseFee): EipBaseFeeAmino; fromAminoMsg(object: EipBaseFeeAminoMsg): EipBaseFee; fromProtoMsg(message: EipBaseFeeProtoMsg): EipBaseFee; toProto(message: EipBaseFee): Uint8Array; toProtoMsg(message: EipBaseFee): EipBaseFeeProtoMsg; registerTypeUrl(): void; }; /** * QueryParamsRequest is the request type for the Query/Params RPC method. * @name QueryParamsRequest * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryParamsRequest */ export declare const QueryParamsRequest: { typeUrl: string; is(o: any): o is QueryParamsRequest; isAmino(o: any): o is QueryParamsRequestAmino; encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest; fromPartial(_: DeepPartial): QueryParamsRequest; fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest; toAmino(_: QueryParamsRequest): QueryParamsRequestAmino; fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest; fromProtoMsg(message: QueryParamsRequestProtoMsg): QueryParamsRequest; toProto(message: QueryParamsRequest): Uint8Array; toProtoMsg(message: QueryParamsRequest): QueryParamsRequestProtoMsg; registerTypeUrl(): void; }; /** * QueryParamsResponse is the response type for the Query/Params RPC method. * @name QueryParamsResponse * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryParamsResponse */ export declare const QueryParamsResponse: { typeUrl: string; is(o: any): o is QueryParamsResponse; isAmino(o: any): o is QueryParamsResponseAmino; encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse; fromPartial(object: DeepPartial): QueryParamsResponse; fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse; toAmino(message: QueryParamsResponse): QueryParamsResponseAmino; fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse; fromProtoMsg(message: QueryParamsResponseProtoMsg): QueryParamsResponse; toProto(message: QueryParamsResponse): Uint8Array; toProtoMsg(message: QueryParamsResponse): QueryParamsResponseProtoMsg; registerTypeUrl(): void; }; /** * @name QueryEipBaseFeeRequest * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryEipBaseFeeRequest */ export declare const QueryEipBaseFeeRequest: { typeUrl: string; is(o: any): o is QueryEipBaseFeeRequest; isAmino(o: any): o is QueryEipBaseFeeRequestAmino; encode(_: QueryEipBaseFeeRequest, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): QueryEipBaseFeeRequest; fromPartial(_: DeepPartial): QueryEipBaseFeeRequest; fromAmino(_: QueryEipBaseFeeRequestAmino): QueryEipBaseFeeRequest; toAmino(_: QueryEipBaseFeeRequest): QueryEipBaseFeeRequestAmino; fromAminoMsg(object: QueryEipBaseFeeRequestAminoMsg): QueryEipBaseFeeRequest; fromProtoMsg(message: QueryEipBaseFeeRequestProtoMsg): QueryEipBaseFeeRequest; toProto(message: QueryEipBaseFeeRequest): Uint8Array; toProtoMsg(message: QueryEipBaseFeeRequest): QueryEipBaseFeeRequestProtoMsg; registerTypeUrl(): void; }; /** * @name QueryEipBaseFeeResponse * @package injective.txfees.v1beta1 * @see proto type: injective.txfees.v1beta1.QueryEipBaseFeeResponse */ export declare const QueryEipBaseFeeResponse: { typeUrl: string; is(o: any): o is QueryEipBaseFeeResponse; isAmino(o: any): o is QueryEipBaseFeeResponseAmino; encode(message: QueryEipBaseFeeResponse, writer?: BinaryWriter): BinaryWriter; decode(input: BinaryReader | Uint8Array, length?: number): QueryEipBaseFeeResponse; fromPartial(object: DeepPartial): QueryEipBaseFeeResponse; fromAmino(object: QueryEipBaseFeeResponseAmino): QueryEipBaseFeeResponse; toAmino(message: QueryEipBaseFeeResponse): QueryEipBaseFeeResponseAmino; fromAminoMsg(object: QueryEipBaseFeeResponseAminoMsg): QueryEipBaseFeeResponse; fromProtoMsg(message: QueryEipBaseFeeResponseProtoMsg): QueryEipBaseFeeResponse; toProto(message: QueryEipBaseFeeResponse): Uint8Array; toProtoMsg(message: QueryEipBaseFeeResponse): QueryEipBaseFeeResponseProtoMsg; registerTypeUrl(): void; };