Skip to content

Commit

Permalink
indexer gen
Browse files Browse the repository at this point in the history
  • Loading branch information
shrenujb committed Jun 19, 2024
1 parent ee29b2e commit 61e9a27
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import { MsgSetMarketMapperRevenueShare, MsgSetMarketMapperRevenueShareResponse
/** Msg defines the Msg service. */

export interface Msg {
/** SetMarketMapperRevenueShare creates a new revenue share for a market mapper. */
/**
* SetMarketMapperRevenueShare creates a new revenue share for a market
* mapper.
*/
setMarketMapperRevenueShare(request: MsgSetMarketMapperRevenueShare): Promise<MsgSetMarketMapperRevenueShareResponse>;
}
export class MsgClientImpl implements Msg {
Expand Down

0 comments on commit 61e9a27

Please sign in to comment.