Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModuleName = "civicliker" StoreKey = ModuleName RouterKey = ModuleName QuerierRoute = ModuleName )
Variables ¶
View Source
var ModuleCdc = codec.New()
Functions ¶
func RegisterCodec ¶
RegisterCodec registers concrete types on the Amino codec
Types ¶
type LikeRecord ¶
type LikerState ¶
type MsgLike ¶
type MsgLike struct { Liker sdk.AccAddress `json:"liker"` Likee sdk.AccAddress `json:"likee"` Url string `json:"url"` Count uint64 `json:"count"` }
func (MsgLike) GetSignBytes ¶
func (MsgLike) GetSigners ¶
func (msg MsgLike) GetSigners() []sdk.AccAddress
func (MsgLike) ValidateBasic ¶
Click to show internal directories.
Click to hide internal directories.