Interface PostsQuery

Hierarchy

  • PostsQuery

Properties

limit?: number

Number of posts to fetch

observer?: string

Observer account

sort: "hot" | "promoted" | "trending" | "created" | "payout" | "payout_comments" | "muted"

Sorting posts

start_author?: string

Paginating last post author

start_permlink?: string

Paginating last post permlink

tag?: string | string[]

Filtering with tags

Generated using TypeDoc