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§
- Active
Poll Data - 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
- Genesis
State - GenesisState contains the data of the genesis state for the posts module
- Media
- Media represents a media attachment
- MsgAccept
Post Owner Transfer Request - MsgAcceptPostOwnerTransferRequest represents a message used to accept a incoming post transfer request
- MsgAccept
Post Owner Transfer Request Response - MsgAcceptPostOwnerTransferRequestResponse defines the Msg/AcceptPostOwnerTransferRequest response type
- MsgAdd
Post Attachment - MsgAddPostAttachment represents the message that should be used when adding an attachment to post
- MsgAdd
Post Attachment Response - MsgAddPostAttachmentResponse defines the Msg/AddPostAttachment response type.
- MsgAnswer
Poll - MsgAnswerPoll represents the message used to answer a poll
- MsgAnswer
Poll Response - MsgAnswerPollResponse represents the MSg/AnswerPoll response type
- MsgCancel
Post Owner Transfer Request - MsgCancelPostOwnerTransferRequest represents a message used to cancel a outgoing post transfer request
- MsgCancel
Post Owner Transfer Request Response - MsgCancelPostOwnerTransferRequestResponse defines the Msg/CancelPostOwnerTransferRequest response type
- MsgCreate
Post - MsgCreatePost represents the message to be used to create a post.
- MsgCreate
Post Response - MsgCreatePostResponse defines the Msg/CreatePost response type.
- MsgDelete
Post - MsgDeletePost represents the message used when deleting a post.
- MsgDelete
Post Response - MsgDeletePostResponse represents the Msg/DeletePost response type
- MsgEdit
Post - MsgEditPost represents the message to be used to edit a post.
- MsgEdit
Post Response - MsgCreatePostResponse defines the Msg/EditPost response type.
- MsgMove
Post - MsgMovePost moves a post to another subspace
- MsgMove
Post Response - MsgMovePostResponse defines the Msg/MsgMovePost response type
- MsgRefuse
Post Owner Transfer Request - MsgRefusePostOwnerTransferRequest represents a message used to refuse a incoming post transfer request
- MsgRefuse
Post Owner Transfer Request Response - MsgRefusePostOwnerTransferRequest defines the Msg/RefusePostOwnerTransferRequest response type
- MsgRemove
Post Attachment - MsgRemovePostAttachment represents the message to be used when removing an attachment from a post
- MsgRemove
Post Attachment Response - MsgRemovePostAttachmentResponse defines the Msg/RemovePostAttachment response type.
- MsgRequest
Post Owner Transfer - MsgRequestPostOwnerTransfer represent a message used to transfer a post ownership to receiver
- MsgRequest
Post Owner Transfer Response - MsgRequestPostOwnerTransferResponse defines the Msg/RequestPostOwnerTransfer response type
- MsgUpdate
Params - MsgUpdateParams is the Msg/UpdateParams request type.
- MsgUpdate
Params Response - 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
- Poll
Tally Results - PollTallyResults contains the tally results for a poll
- Post
- Post contains all the information about a single post
- Post
Data Entry - PostDataEntry contains the data of a given post
- Post
Owner Transfer Request - PostOwnerTransferRequest represents a request to transfer the ownership of a post from the sender to the receiver
- Post
Reference - PostReference contains the details of a post reference
- Posts
Querier - Query
Incoming Post Owner Transfer Requests Request - QueryIncomingPostOwnerTransferRequestsRequest is the request type for the Query/IncomingPostOwnerTransferRequests RPC endpoint
- Query
Incoming Post Owner Transfer Requests Response - QueryIncomingPostOwnerTransferRequestsResponse is the response type for the Query/IncomingPostOwnerTransferRequests RPC method.
- Query
Params Request - QueryParamsRequest is the request type for the Query/Params RPC method
- Query
Params Response - QueryParamsResponse is the response type for the Query/Params RPC method
- Query
Poll Answers Request - QueryPollAnswersRequest is the request type for the Query/PollAnswers RPC method
- Query
Poll Answers Response - QueryPollAnswersResponse is the response type for the Query/PollAnswers RPC method
- Query
Post Attachments Request - QueryPostsRequest is the request type for the Query/PostAttachments RPC method
- Query
Post Attachments Response - QueryPostAttachmentsResponse is the response type for the Query/PostAttachments RPC method
- Query
Post Request - QueryPostRequest is the request type for the Query/Post RPC method
- Query
Post Response - QueryPostResponse is the response type for the Query/Post RPC method
- Query
Section Posts Request - QuerySectionPostsRequest is the request type for the Query/SectionPosts RPC method
- Query
Section Posts Response - QuerySectionPostsResponse is the response type for the Query/SectionPosts RPC method
- Query
Subspace Posts Request - QuerySubspacePostsRequest is the request type for the Query/SubspacePosts RPC method
- Query
Subspace Posts Response - QuerySubspacePostsResponse is the response type for the Query/SubspacePosts RPC method
- Subspace
Data Entry - 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
- User
Answer - UserAnswer represents a user answer to a poll
Enums§
- Attachment
Content - Represents a generic attachment content.
- Post
Reference Type - PostReferenceType represents the different types of references
- Reply
Setting - ReplySetting contains the possible reply settings that a post can have