Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NexusPost

Hierarchy

  • NexusPost

Index

Properties

active_votes

active_votes: { rshares: number | string; voter: string }[]

author

author: string

author_payout_value

author_payout_value: Asset | string

Optional author_role

author_role: undefined | string

Optional author_title

author_title: undefined | string

beneficiaries

beneficiaries: BeneficiaryRoute[]

blacklists

blacklists: []

body

body: string

category

category: string

children

children: number

Optional community

community: undefined | string

Optional community_title

community_title: undefined | string

created

created: string

curator_payout_value

curator_payout_value: Asset | string

depth

depth: number

is_paidout

is_paidout: boolean

json_metadata

json_metadata: { app?: undefined | string; community?: undefined | string; description?: undefined | string; flow?: undefined | { pictures: { caption: string; id: number; mime: string; name: string; tags: string[]; url: string }[]; tags: string[] }; format?: undefined | string; image?: string[]; links?: string[]; tags?: string[]; type?: string | "3speak/video"; users?: string[]; video: { content: { description: string; tags: string[] }; info: { author: string; duration: number; file: string; filesize: number; firstUpload: boolean; ipfs: string | null; ipfsThumbnail: string | null; lang: string; permlink: string; platform: string | "3speak"; sourceMap: { format: string | "m3u8"; type: string | "video"; url: string }[]; title: string; video_v2: string | null } } }

Type declaration

  • Optional app?: undefined | string
  • Optional community?: undefined | string
  • Optional description?: undefined | string
  • Optional flow?: undefined | { pictures: { caption: string; id: number; mime: string; name: string; tags: string[]; url: string }[]; tags: string[] }
  • Optional format?: undefined | string
  • Optional image?: string[]
  • Optional links?: string[]
  • Optional tags?: string[]
  • Optional type?: string | "3speak/video"
  • Optional users?: string[]
  • video: { content: { description: string; tags: string[] }; info: { author: string; duration: number; file: string; filesize: number; firstUpload: boolean; ipfs: string | null; ipfsThumbnail: string | null; lang: string; permlink: string; platform: string | "3speak"; sourceMap: { format: string | "m3u8"; type: string | "video"; url: string }[]; title: string; video_v2: string | null } }
    • content: { description: string; tags: string[] }
      • description: string
      • tags: string[]
    • info: { author: string; duration: number; file: string; filesize: number; firstUpload: boolean; ipfs: string | null; ipfsThumbnail: string | null; lang: string; permlink: string; platform: string | "3speak"; sourceMap: { format: string | "m3u8"; type: string | "video"; url: string }[]; title: string; video_v2: string | null }
      • author: string
      • duration: number
      • file: string
      • filesize: number
      • firstUpload: boolean
      • ipfs: string | null
      • ipfsThumbnail: string | null
      • lang: string
      • permlink: string
      • platform: string | "3speak"
      • sourceMap: { format: string | "m3u8"; type: string | "video"; url: string }[]
      • title: string
      • video_v2: string | null

max_accepted_payout

max_accepted_payout: Asset | string

net_rshares

net_rshares: number | string

Optional parent_author

parent_author: undefined | string

Optional parent_permlink

parent_permlink: undefined | string

payout

payout: number

payout_at

payout_at: string

pending_payout_value

pending_payout_value: Asset | string

percent_blurt

percent_blurt: number

permlink

permlink: string

post_id

post_id: number

promoted

promoted: Asset | string

Optional reblogged_by

reblogged_by: string[]

replies

replies: []

stats

stats: { flag_weight: number; gray: boolean; hide: boolean; is_muted?: undefined | false | true; is_pinned?: undefined | false | true; total_votes: number }

Type declaration

  • flag_weight: number
  • gray: boolean
  • hide: boolean
  • Optional is_muted?: undefined | false | true
  • Optional is_pinned?: undefined | false | true
  • total_votes: number

title

title: string

updated

updated: string

url

url: string

Generated using TypeDoc