Interface AccountPostsQuery

Omitting sort extended from BridgeParam

Hierarchy

  • Omit<PostsQuery, "sort">

    Hierarchy

    • AccountPostsQuery

Properties

account: string
limit?: number

Number of posts to fetch

observer?: string

Observer account

sort: "posts"
start_author?: string

Paginating last post author

start_permlink?: string

Paginating last post permlink

tag?: string | string[]

Filtering with tags

Generated using TypeDoc