mint: { LCDQueryClient: any; QueryClientImpl: any; GenesisState: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): GenesisState; encode(message: GenesisState,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: GenesisStateAmino): GenesisState; fromAminoMsg(object: GenesisStateAminoMsg): GenesisState; fromPartial(object: { minter?: { denom?: string; endDate?: string; lastMintAmount?: bigint; lastMintDate?: string; lastMintHeight?: bigint; remainingMintAmount?: bigint; startDate?: string; totalMintAmount?: bigint; }; params?: { mintDenom?: string; tokenReleaseSchedule?: { endDate?: string; startDate?: string; tokenReleaseAmount?: bigint; }[]; }; }): GenesisState; fromProtoMsg(message: GenesisStateProtoMsg): GenesisState; toAmino(message: GenesisState): GenesisStateAmino; toProto(message: GenesisState): Uint8Array; toProtoMsg(message: GenesisState): GenesisStateProtoMsg; }; Minter: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): Minter; encode(message: Minter,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: MinterAmino): Minter; fromAminoMsg(object: MinterAminoMsg): Minter; fromPartial(object: { denom?: string; endDate?: string; lastMintAmount?: bigint; lastMintDate?: string; lastMintHeight?: bigint; remainingMintAmount?: bigint; startDate?: string; totalMintAmount?: bigint; }): Minter; fromProtoMsg(message: MinterProtoMsg): Minter; toAmino(message: Minter): MinterAmino; toProto(message: Minter): Uint8Array; toProtoMsg(message: Minter): MinterProtoMsg; }; Params: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): Params; encode(message: Params,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: ParamsAmino): Params; fromAminoMsg(object: ParamsAminoMsg): Params; fromPartial(object: { mintDenom?: string; tokenReleaseSchedule?: { endDate?: string; startDate?: string; tokenReleaseAmount?: bigint; }[]; }): Params; fromProtoMsg(message: ParamsProtoMsg): Params; toAmino(message: Params): ParamsAmino; toProto(message: Params): Uint8Array; toProtoMsg(message: Params): ParamsProtoMsg; }; QueryMinterRequest: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): QueryMinterRequest; encode(_: QueryMinterRequest,
writer?: BinaryWriter): BinaryWriter; fromAmino(_: QueryMinterRequestAmino): QueryMinterRequest; fromAminoMsg(object: QueryMinterRequestAminoMsg): QueryMinterRequest; fromPartial(_: {}): QueryMinterRequest; fromProtoMsg(message: QueryMinterRequestProtoMsg): QueryMinterRequest; toAmino(_: QueryMinterRequest): QueryMinterRequestAmino; toProto(message: QueryMinterRequest): Uint8Array; toProtoMsg(message: QueryMinterRequest): QueryMinterRequestProtoMsg; }; QueryMinterResponse: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): QueryMinterResponse; encode(message: QueryMinterResponse,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: QueryMinterResponseAmino): QueryMinterResponse; fromAminoMsg(object: QueryMinterResponseAminoMsg): QueryMinterResponse; fromPartial(object: { denom?: string; endDate?: string; lastMintAmount?: bigint; lastMintDate?: string; lastMintHeight?: bigint; remainingMintAmount?: bigint; startDate?: string; totalMintAmount?: bigint; }): QueryMinterResponse; fromProtoMsg(message: QueryMinterResponseProtoMsg): QueryMinterResponse; toAmino(message: QueryMinterResponse): QueryMinterResponseAmino; toProto(message: QueryMinterResponse): Uint8Array; toProtoMsg(message: QueryMinterResponse): QueryMinterResponseProtoMsg; }; QueryParamsRequest: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): QueryParamsRequest; encode(_: QueryParamsRequest,
writer?: BinaryWriter): BinaryWriter; fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest; fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest; fromPartial(_: {}): QueryParamsRequest; fromProtoMsg(message: QueryParamsRequestProtoMsg): QueryParamsRequest; toAmino(_: QueryParamsRequest): QueryParamsRequestAmino; toProto(message: QueryParamsRequest): Uint8Array; toProtoMsg(message: QueryParamsRequest): QueryParamsRequestProtoMsg; }; QueryParamsResponse: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): QueryParamsResponse; encode(message: QueryParamsResponse,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse; fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse; fromPartial(object: { params?: { mintDenom?: string; tokenReleaseSchedule?: { endDate?: string; startDate?: string; tokenReleaseAmount?: bigint; }[]; }; }): QueryParamsResponse; fromProtoMsg(message: QueryParamsResponseProtoMsg): QueryParamsResponse; toAmino(message: QueryParamsResponse): QueryParamsResponseAmino; toProto(message: QueryParamsResponse): Uint8Array; toProtoMsg(message: QueryParamsResponse): QueryParamsResponseProtoMsg; }; ScheduledTokenRelease: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): ScheduledTokenRelease; encode(message: ScheduledTokenRelease,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: ScheduledTokenReleaseAmino): ScheduledTokenRelease; fromAminoMsg(object: ScheduledTokenReleaseAminoMsg): ScheduledTokenRelease; fromPartial(object: { endDate?: string; startDate?: string; tokenReleaseAmount?: bigint; }): ScheduledTokenRelease; fromProtoMsg(message: ScheduledTokenReleaseProtoMsg): ScheduledTokenRelease; toAmino(message: ScheduledTokenRelease): ScheduledTokenReleaseAmino; toProto(message: ScheduledTokenRelease): Uint8Array; toProtoMsg(message: ScheduledTokenRelease): ScheduledTokenReleaseProtoMsg; }; UpdateMinterProposal: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): UpdateMinterProposal; encode(message: UpdateMinterProposal,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: UpdateMinterProposalAmino): UpdateMinterProposal; fromAminoMsg(object: UpdateMinterProposalAminoMsg): UpdateMinterProposal; fromPartial(object: { description?: string; minter?: { denom?: string; endDate?: string; lastMintAmount?: bigint; lastMintDate?: string; lastMintHeight?: bigint; remainingMintAmount?: bigint; startDate?: string; totalMintAmount?: bigint; }; title?: string; }): UpdateMinterProposal; fromProtoMsg(message: UpdateMinterProposalProtoMsg): UpdateMinterProposal; toAmino(message: UpdateMinterProposal): UpdateMinterProposalAmino; toProto(message: UpdateMinterProposal): Uint8Array; toProtoMsg(message: UpdateMinterProposal): UpdateMinterProposalProtoMsg; }; Version2Minter: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): Version2Minter; encode(message: Version2Minter,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: Version2MinterAmino): Version2Minter; fromAminoMsg(object: Version2MinterAminoMsg): Version2Minter; fromPartial(object: { denom?: string; lastMintAmount?: string; lastMintDate?: string; lastMintHeight?: bigint; }): Version2Minter; fromProtoMsg(message: Version2MinterProtoMsg): Version2Minter; toAmino(message: Version2Minter): Version2MinterAmino; toProto(message: Version2Minter): Uint8Array; toProtoMsg(message: Version2Minter): Version2MinterProtoMsg; }; Version2Params: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): Version2Params; encode(message: Version2Params,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: Version2ParamsAmino): Version2Params; fromAminoMsg(object: Version2ParamsAminoMsg): Version2Params; fromPartial(object: { mintDenom?: string; tokenReleaseSchedule?: { date?: string; tokenReleaseAmount?: bigint; }[]; }): Version2Params; fromProtoMsg(message: Version2ParamsProtoMsg): Version2Params; toAmino(message: Version2Params): Version2ParamsAmino; toProto(message: Version2Params): Uint8Array; toProtoMsg(message: Version2Params): Version2ParamsProtoMsg; }; Version2ScheduledTokenRelease: { typeUrl: string; decode(input: Uint8Array | BinaryReader,
length?: number): Version2ScheduledTokenRelease; encode(message: Version2ScheduledTokenRelease,
writer?: BinaryWriter): BinaryWriter; fromAmino(object: Version2ScheduledTokenReleaseAmino): Version2ScheduledTokenRelease; fromAminoMsg(object: Version2ScheduledTokenReleaseAminoMsg): Version2ScheduledTokenRelease; fromPartial(object: { date?: string; tokenReleaseAmount?: bigint; }): Version2ScheduledTokenRelease; fromProtoMsg(message: Version2ScheduledTokenReleaseProtoMsg): Version2ScheduledTokenRelease; toAmino(message: Version2ScheduledTokenRelease): Version2ScheduledTokenReleaseAmino; toProto(message: Version2ScheduledTokenRelease): Uint8Array; toProtoMsg(message: Version2ScheduledTokenRelease): Version2ScheduledTokenReleaseProtoMsg; }; createRpcQueryExtension: ((base: QueryClient) => { minter(request?: QueryMinterRequest): Promise<QueryMinterResponse>; params(request?: QueryParamsRequest): Promise<QueryParamsResponse>; }); } = ... Type declaration
GenesisState: {
typeUrl: string;
decode(input: Uint8Array | BinaryReader, length?: number): GenesisState;
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
fromAmino(object: GenesisStateAmino): GenesisState;
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
fromPartial(object: {
minter?: {
denom?: string;
endDate?: string;
lastMintAmount?: bigint;
lastMintDate?: string;
lastMintHeight?: bigint;
remainingMintAmount?: bigint;
startDate?: string;
totalMintAmount?: bigint;
};
params?: {
mintDenom?: string;
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[];
};
}): GenesisState;
fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
toAmino(message: GenesisState): GenesisStateAmino;
toProto(message: GenesisState): Uint8Array;
toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
}
typeUrl: string
decode:function
- decode(input, length?): GenesisState
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
- fromAmino(object): GenesisState
fromAminoMsg:function
- fromAminoMsg(object): GenesisState
fromPartial:function
- fromPartial(object): GenesisState
Parameters
- object: {
minter?: {
denom?: string;
endDate?: string;
lastMintAmount?: bigint;
lastMintDate?: string;
lastMintHeight?: bigint;
remainingMintAmount?: bigint;
startDate?: string;
totalMintAmount?: bigint;
};
params?: {
mintDenom?: string;
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[];
};
}Optional
minter?: {
denom?: string;
endDate?: string;
lastMintAmount?: bigint;
lastMintDate?: string;
lastMintHeight?: bigint;
remainingMintAmount?: bigint;
startDate?: string;
totalMintAmount?: bigint;
}
Optional
denom?: string
Optional
endDate?: string
Optional
lastMintAmount?: bigint
Optional
lastMintDate?: string
Optional
lastMintHeight?: bigint
Optional
remainingMintAmount?: bigint
Optional
startDate?: string
Optional
totalMintAmount?: bigint
Optional
params?: {
mintDenom?: string;
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[];
}
Optional
mintDenom?: string
Optional
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[]
fromProtoMsg:function
- fromProtoMsg(message): GenesisState
toAmino:function
- toAmino(message): GenesisStateAmino
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
- toProtoMsg(message): GenesisStateProtoMsg
Minter: {
typeUrl: string;
decode(input: Uint8Array | BinaryReader, length?: number): Minter;
encode(message: Minter, writer?: BinaryWriter): BinaryWriter;
fromAmino(object: MinterAmino): Minter;
fromAminoMsg(object: MinterAminoMsg): Minter;
fromPartial(object: {
denom?: string;
endDate?: string;
lastMintAmount?: bigint;
lastMintDate?: string;
lastMintHeight?: bigint;
remainingMintAmount?: bigint;
startDate?: string;
totalMintAmount?: bigint;
}): Minter;
fromProtoMsg(message: MinterProtoMsg): Minter;
toAmino(message: Minter): MinterAmino;
toProto(message: Minter): Uint8Array;
toProtoMsg(message: Minter): MinterProtoMsg;
}
typeUrl: string
decode:function
- decode(input, length?): Minter
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
- fromAmino(object): Minter
fromAminoMsg:function
- fromAminoMsg(object): Minter
fromPartial:function
- fromPartial(object): Minter
Parameters
- object: {
denom?: string;
endDate?: string;
lastMintAmount?: bigint;
lastMintDate?: string;
lastMintHeight?: bigint;
remainingMintAmount?: bigint;
startDate?: string;
totalMintAmount?: bigint;
}Optional
denom?: string
Optional
endDate?: string
Optional
lastMintAmount?: bigint
Optional
lastMintDate?: string
Optional
lastMintHeight?: bigint
Optional
remainingMintAmount?: bigint
Optional
startDate?: string
Optional
totalMintAmount?: bigint
fromProtoMsg:function
- fromProtoMsg(message): Minter
toAmino:function
- toAmino(message): MinterAmino
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
- toProtoMsg(message): MinterProtoMsg
Params: {
typeUrl: string;
decode(input: Uint8Array | BinaryReader, length?: number): Params;
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
fromAmino(object: ParamsAmino): Params;
fromAminoMsg(object: ParamsAminoMsg): Params;
fromPartial(object: {
mintDenom?: string;
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[];
}): Params;
fromProtoMsg(message: ParamsProtoMsg): Params;
toAmino(message: Params): ParamsAmino;
toProto(message: Params): Uint8Array;
toProtoMsg(message: Params): ParamsProtoMsg;
}
typeUrl: string
decode:function
- decode(input, length?): Params
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
- fromAmino(object): Params
fromAminoMsg:function
- fromAminoMsg(object): Params
fromPartial:function
- fromPartial(object): Params
Parameters
- object: {
mintDenom?: string;
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[];
}Optional
mintDenom?: string
Optional
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[]
fromProtoMsg:function
- fromProtoMsg(message): Params
toAmino:function
- toAmino(message): ParamsAmino
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
- toProtoMsg(message): ParamsProtoMsg
typeUrl: string
decode:function
- decode(input, length?): QueryMinterRequest
encode:function
- encode(_, writer?): BinaryWriter
fromAmino:function
- fromAmino(_): QueryMinterRequest
fromAminoMsg:function
- fromAminoMsg(object): QueryMinterRequest
fromPartial:function
- fromPartial(_): QueryMinterRequest
fromProtoMsg:function
- fromProtoMsg(message): QueryMinterRequest
toAmino:function
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
typeUrl: string
decode:function
- decode(input, length?): QueryMinterResponse
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
- fromAmino(object): QueryMinterResponse
fromAminoMsg:function
- fromAminoMsg(object): QueryMinterResponse
fromPartial:function
- fromPartial(object): QueryMinterResponse
Parameters
- object: {
denom?: string;
endDate?: string;
lastMintAmount?: bigint;
lastMintDate?: string;
lastMintHeight?: bigint;
remainingMintAmount?: bigint;
startDate?: string;
totalMintAmount?: bigint;
}Optional
denom?: string
Optional
endDate?: string
Optional
lastMintAmount?: bigint
Optional
lastMintDate?: string
Optional
lastMintHeight?: bigint
Optional
remainingMintAmount?: bigint
Optional
startDate?: string
Optional
totalMintAmount?: bigint
fromProtoMsg:function
- fromProtoMsg(message): QueryMinterResponse
toAmino:function
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
typeUrl: string
decode:function
- decode(input, length?): QueryParamsRequest
encode:function
- encode(_, writer?): BinaryWriter
fromAmino:function
- fromAmino(_): QueryParamsRequest
fromAminoMsg:function
- fromAminoMsg(object): QueryParamsRequest
fromPartial:function
- fromPartial(_): QueryParamsRequest
fromProtoMsg:function
- fromProtoMsg(message): QueryParamsRequest
toAmino:function
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
typeUrl: string
decode:function
- decode(input, length?): QueryParamsResponse
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
- fromAmino(object): QueryParamsResponse
fromAminoMsg:function
- fromAminoMsg(object): QueryParamsResponse
fromPartial:function
- fromPartial(object): QueryParamsResponse
Parameters
- object: {
params?: {
mintDenom?: string;
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[];
};
}Optional
params?: {
mintDenom?: string;
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[];
}
Optional
mintDenom?: string
Optional
tokenReleaseSchedule?: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}[]
fromProtoMsg:function
- fromProtoMsg(message): QueryParamsResponse
toAmino:function
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
typeUrl: string
decode:function
- decode(input, length?): ScheduledTokenRelease
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
fromAminoMsg:function
- fromAminoMsg(object): ScheduledTokenRelease
fromPartial:function
- fromPartial(object): ScheduledTokenRelease
Parameters
- object: {
endDate?: string;
startDate?: string;
tokenReleaseAmount?: bigint;
}Optional
endDate?: string
Optional
startDate?: string
Optional
tokenReleaseAmount?: bigint
fromProtoMsg:function
- fromProtoMsg(message): ScheduledTokenRelease
toAmino:function
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
typeUrl: string
decode:function
- decode(input, length?): UpdateMinterProposal
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
fromAminoMsg:function
- fromAminoMsg(object): UpdateMinterProposal
fromPartial:function
- fromPartial(object): UpdateMinterProposal
Parameters
- object: {
description?: string;
minter?: {
denom?: string;
endDate?: string;
lastMintAmount?: bigint;
lastMintDate?: string;
lastMintHeight?: bigint;
remainingMintAmount?: bigint;
startDate?: string;
totalMintAmount?: bigint;
};
title?: string;
}Optional
description?: string
Optional
minter?: {
denom?: string;
endDate?: string;
lastMintAmount?: bigint;
lastMintDate?: string;
lastMintHeight?: bigint;
remainingMintAmount?: bigint;
startDate?: string;
totalMintAmount?: bigint;
}
Optional
denom?: string
Optional
endDate?: string
Optional
lastMintAmount?: bigint
Optional
lastMintDate?: string
Optional
lastMintHeight?: bigint
Optional
remainingMintAmount?: bigint
Optional
startDate?: string
Optional
totalMintAmount?: bigint
Optional
title?: string
fromProtoMsg:function
- fromProtoMsg(message): UpdateMinterProposal
toAmino:function
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
typeUrl: string
decode:function
- decode(input, length?): Version2Minter
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
- fromAmino(object): Version2Minter
fromAminoMsg:function
- fromAminoMsg(object): Version2Minter
fromPartial:function
- fromPartial(object): Version2Minter
Parameters
- object: {
denom?: string;
lastMintAmount?: string;
lastMintDate?: string;
lastMintHeight?: bigint;
}Optional
denom?: string
Optional
lastMintAmount?: string
Optional
lastMintDate?: string
Optional
lastMintHeight?: bigint
fromProtoMsg:function
- fromProtoMsg(message): Version2Minter
toAmino:function
- toAmino(message): Version2MinterAmino
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
typeUrl: string
decode:function
- decode(input, length?): Version2Params
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
- fromAmino(object): Version2Params
fromAminoMsg:function
- fromAminoMsg(object): Version2Params
fromPartial:function
- fromPartial(object): Version2Params
Parameters
- object: {
mintDenom?: string;
tokenReleaseSchedule?: {
date?: string;
tokenReleaseAmount?: bigint;
}[];
}Optional
mintDenom?: string
Optional
tokenReleaseSchedule?: {
date?: string;
tokenReleaseAmount?: bigint;
}[]
fromProtoMsg:function
- fromProtoMsg(message): Version2Params
toAmino:function
- toAmino(message): Version2ParamsAmino
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
typeUrl: string
decode:function
encode:function
- encode(message, writer?): BinaryWriter
fromAmino:function
fromAminoMsg:function
fromPartial:function
- fromPartial(object): Version2ScheduledTokenRelease
Parameters
- object: {
date?: string;
tokenReleaseAmount?: bigint;
}Optional
date?: string
Optional
tokenReleaseAmount?: bigint
fromProtoMsg:function
toAmino:function
toProto:function
- toProto(message): Uint8Array
Returns Uint8Array
toProtoMsg:function
minter is a space for holding current inflation information.