Module types

Module types 

Source
Expand description

Contains the types definitions of x/posts.

Modules§

poll
Nested message and enum types in Poll.
poll_tally_results
Nested message and enum types in PollTallyResults.

Structs§

ActivePollData
ActivePollData contains the data of an active poll
Attachment
Attachment contains the data of a single post attachment
Entities
Contains the details of entities parsed out of the post text
GenesisState
GenesisState contains the data of the genesis state for the posts module
Media
Media represents a media attachment
MsgAcceptPostOwnerTransferRequest
MsgAcceptPostOwnerTransferRequest represents a message used to accept a incoming post transfer request
MsgAcceptPostOwnerTransferRequestResponse
MsgAcceptPostOwnerTransferRequestResponse defines the Msg/AcceptPostOwnerTransferRequest response type
MsgAddPostAttachment
MsgAddPostAttachment represents the message that should be used when adding an attachment to post
MsgAddPostAttachmentResponse
MsgAddPostAttachmentResponse defines the Msg/AddPostAttachment response type.
MsgAnswerPoll
MsgAnswerPoll represents the message used to answer a poll
MsgAnswerPollResponse
MsgAnswerPollResponse represents the MSg/AnswerPoll response type
MsgCancelPostOwnerTransferRequest
MsgCancelPostOwnerTransferRequest represents a message used to cancel a outgoing post transfer request
MsgCancelPostOwnerTransferRequestResponse
MsgCancelPostOwnerTransferRequestResponse defines the Msg/CancelPostOwnerTransferRequest response type
MsgCreatePost
MsgCreatePost represents the message to be used to create a post.
MsgCreatePostResponse
MsgCreatePostResponse defines the Msg/CreatePost response type.
MsgDeletePost
MsgDeletePost represents the message used when deleting a post.
MsgDeletePostResponse
MsgDeletePostResponse represents the Msg/DeletePost response type
MsgEditPost
MsgEditPost represents the message to be used to edit a post.
MsgEditPostResponse
MsgCreatePostResponse defines the Msg/EditPost response type.
MsgMovePost
MsgMovePost moves a post to another subspace
MsgMovePostResponse
MsgMovePostResponse defines the Msg/MsgMovePost response type
MsgRefusePostOwnerTransferRequest
MsgRefusePostOwnerTransferRequest represents a message used to refuse a incoming post transfer request
MsgRefusePostOwnerTransferRequestResponse
MsgRefusePostOwnerTransferRequest defines the Msg/RefusePostOwnerTransferRequest response type
MsgRemovePostAttachment
MsgRemovePostAttachment represents the message to be used when removing an attachment from a post
MsgRemovePostAttachmentResponse
MsgRemovePostAttachmentResponse defines the Msg/RemovePostAttachment response type.
MsgRequestPostOwnerTransfer
MsgRequestPostOwnerTransfer represent a message used to transfer a post ownership to receiver
MsgRequestPostOwnerTransferResponse
MsgRequestPostOwnerTransferResponse defines the Msg/RequestPostOwnerTransfer response type
MsgUpdateParams
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params
Params contains the parameters for the posts module
Poll
Poll represents a poll attachment
PollTallyResults
PollTallyResults contains the tally results for a poll
Post
Post contains all the information about a single post
PostDataEntry
PostDataEntry contains the data of a given post
PostOwnerTransferRequest
PostOwnerTransferRequest represents a request to transfer the ownership of a post from the sender to the receiver
PostReference
PostReference contains the details of a post reference
PostsQuerier
QueryIncomingPostOwnerTransferRequestsRequest
QueryIncomingPostOwnerTransferRequestsRequest is the request type for the Query/IncomingPostOwnerTransferRequests RPC endpoint
QueryIncomingPostOwnerTransferRequestsResponse
QueryIncomingPostOwnerTransferRequestsResponse is the response type for the Query/IncomingPostOwnerTransferRequests RPC method.
QueryParamsRequest
QueryParamsRequest is the request type for the Query/Params RPC method
QueryParamsResponse
QueryParamsResponse is the response type for the Query/Params RPC method
QueryPollAnswersRequest
QueryPollAnswersRequest is the request type for the Query/PollAnswers RPC method
QueryPollAnswersResponse
QueryPollAnswersResponse is the response type for the Query/PollAnswers RPC method
QueryPostAttachmentsRequest
QueryPostsRequest is the request type for the Query/PostAttachments RPC method
QueryPostAttachmentsResponse
QueryPostAttachmentsResponse is the response type for the Query/PostAttachments RPC method
QueryPostRequest
QueryPostRequest is the request type for the Query/Post RPC method
QueryPostResponse
QueryPostResponse is the response type for the Query/Post RPC method
QuerySectionPostsRequest
QuerySectionPostsRequest is the request type for the Query/SectionPosts RPC method
QuerySectionPostsResponse
QuerySectionPostsResponse is the response type for the Query/SectionPosts RPC method
QuerySubspacePostsRequest
QuerySubspacePostsRequest is the request type for the Query/SubspacePosts RPC method
QuerySubspacePostsResponse
QuerySubspacePostsResponse is the response type for the Query/SubspacePosts RPC method
SubspaceDataEntry
SubspaceDataEntry contains the data for a given subspace
TextTag
TextTag represents a tag within the post text
Url
Url contains the details of a generic URL
UserAnswer
UserAnswer represents a user answer to a poll

Enums§

AttachmentContent
Represents a generic attachment content.
PostReferenceType
PostReferenceType represents the different types of references
ReplySetting
ReplySetting contains the possible reply settings that a post can have