interface Post {
    abs_rshares: string | number;
    active: string;
    active_votes: ActiveVote[];
    allow_curation_rewards: boolean;
    allow_replies: boolean;
    allow_votes: boolean;
    author: string;
    author_rewards: string | number;
    beneficiaries: BeneficiaryRoute[];
    body: string;
    body_length: string;
    cashout_time: string;
    category: string;
    children: number;
    children_abs_rshares: string | number;
    created: string;
    curator_payout_value: string | Asset;
    depth: number;
    id: number;
    json_metadata: string;
    last_payout: string;
    last_update: string;
    max_accepted_payout: string | Asset;
    max_cashout_time: string;
    net_rshares: string | number;
    net_votes: number;
    parent_author: string;
    parent_permlink: string;
    pending_payout_value: string | Asset;
    percent_blurt: number;
    permlink: string;
    promoted: string | Asset;
    reblogged_by: any[];
    replies: string[];
    reward_weight: number;
    root_author: string;
    root_permlink: string;
    root_title: string;
    title: string;
    total_payout_value: string | Asset;
    total_pending_payout_value: string | Asset;
    total_vote_weight: number;
    url: string;
    vote_rshares: string | number;
}

Hierarchy

Properties

abs_rshares: string | number
active: string
active_votes: ActiveVote[]
allow_curation_rewards: boolean
allow_replies: boolean
allow_votes: boolean
author: string
author_rewards: string | number
beneficiaries: BeneficiaryRoute[]
body: string
body_length: string
cashout_time: string
category: string
children: number
children_abs_rshares: string | number
created: string
curator_payout_value: string | Asset
depth: number
id: number
json_metadata: string
last_payout: string
last_update: string
max_accepted_payout: string | Asset
max_cashout_time: string
net_rshares: string | number
net_votes: number
parent_author: string
parent_permlink: string
pending_payout_value: string | Asset
percent_blurt: number
permlink: string
promoted: string | Asset
reblogged_by: any[]
replies: string[]
reward_weight: number
root_author: string
root_permlink: string
root_title: string
title: string
total_payout_value: string | Asset
total_pending_payout_value: string | Asset
total_vote_weight: number
url: string
vote_rshares: string | number