mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: remove formatter.go from service module
This commit is contained in:
parent
4613e91a13
commit
54953ccb4b
@ -7,9 +7,9 @@ import (
|
|||||||
|
|
||||||
var _ sdk.Msg = &MsgUpdateParams{}
|
var _ sdk.Msg = &MsgUpdateParams{}
|
||||||
|
|
||||||
// ╭────────────────────────────────────────────────────────╮
|
// ╭───────────────────────────────────────────────────────────╮
|
||||||
// │ MsgUpdateParams │
|
// │ MsgUpdateParams type definition │
|
||||||
// ╰────────────────────────────────────────────────────────╯
|
// ╰───────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
// NewMsgUpdateParams creates new instance of MsgUpdateParams
|
// NewMsgUpdateParams creates new instance of MsgUpdateParams
|
||||||
func NewMsgUpdateParams(
|
func NewMsgUpdateParams(
|
||||||
|
@ -7,6 +7,10 @@ import (
|
|||||||
|
|
||||||
var _ sdk.Msg = &MsgUpdateParams{}
|
var _ sdk.Msg = &MsgUpdateParams{}
|
||||||
|
|
||||||
|
// ╭───────────────────────────────────────────────────────────╮
|
||||||
|
// │ MsgUpdateParams type definition │
|
||||||
|
// ╰───────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
// NewMsgUpdateParams creates new instance of MsgUpdateParams
|
// NewMsgUpdateParams creates new instance of MsgUpdateParams
|
||||||
func NewMsgUpdateParams(
|
func NewMsgUpdateParams(
|
||||||
sender sdk.Address,
|
sender sdk.Address,
|
||||||
|
@ -1 +0,0 @@
|
|||||||
package types
|
|
@ -7,6 +7,10 @@ import (
|
|||||||
|
|
||||||
var _ sdk.Msg = &MsgUpdateParams{}
|
var _ sdk.Msg = &MsgUpdateParams{}
|
||||||
|
|
||||||
|
// ╭───────────────────────────────────────────────────────────╮
|
||||||
|
// │ MsgUpdateParams type definition │
|
||||||
|
// ╰───────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
// NewMsgUpdateParams creates new instance of MsgUpdateParams
|
// NewMsgUpdateParams creates new instance of MsgUpdateParams
|
||||||
func NewMsgUpdateParams(
|
func NewMsgUpdateParams(
|
||||||
sender sdk.Address,
|
sender sdk.Address,
|
||||||
|
@ -7,9 +7,9 @@ import (
|
|||||||
|
|
||||||
var _ sdk.Msg = &MsgUpdateParams{}
|
var _ sdk.Msg = &MsgUpdateParams{}
|
||||||
|
|
||||||
// ╭──────────────────────────────────────────────────────╮
|
// ╭───────────────────────────────────────────────────────────╮
|
||||||
// │ MsgUpdateParams │
|
// │ MsgUpdateParams type definition │
|
||||||
// ╰──────────────────────────────────────────────────────╯
|
// ╰───────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
// NewMsgUpdateParams creates new instance of MsgUpdateParams
|
// NewMsgUpdateParams creates new instance of MsgUpdateParams
|
||||||
func NewMsgUpdateParams(
|
func NewMsgUpdateParams(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user