dsteem
    Preparing search index...

    Interface Discussion

    Discussion a.k.a. Post.

    interface Discussion {
        abs_rshares: string;
        active: string;
        active_votes: any[];
        allow_curation_rewards: boolean;
        allow_replies: boolean;
        allow_votes: boolean;
        author: string;
        author_reputation: number;
        author_rewards: string;
        beneficiaries: BeneficiaryRoute[];
        body: string;
        body_length: string;
        cashout_time: string;
        category: string;
        children: number;
        children_abs_rshares: string;
        created: string;
        curator_payout_value: string | Asset;
        depth: number;
        first_reblogged_by?: any;
        first_reblogged_on?: any;
        id: number;
        json_metadata: string;
        last_payout: string;
        last_update: string;
        max_accepted_payout: string;
        max_cashout_time: string;
        net_rshares: string;
        net_votes: number;
        parent_author: string;
        parent_permlink: string;
        pending_payout_value: string | Asset;
        percent_steem_dollars: number;
        permlink: string;
        promoted: string | Asset;
        reblogged_by: any[];
        replies: string[];
        reward_weight: number;
        root_comment: number;
        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;
    }

    Hierarchy (View Summary)

    Index

    Properties

    abs_rshares: string
    active: string
    active_votes: any[]
    allow_curation_rewards: boolean
    allow_replies: boolean
    allow_votes: boolean
    author: string
    author_reputation: number
    author_rewards: string
    beneficiaries: BeneficiaryRoute[]
    body: string
    body_length: string
    cashout_time: string
    category: string
    children: number
    children_abs_rshares: string
    created: string
    curator_payout_value: string | Asset
    depth: number
    first_reblogged_by?: any
    first_reblogged_on?: any
    id: number
    json_metadata: string
    last_payout: string
    last_update: string
    max_accepted_payout: string
    max_cashout_time: string
    net_rshares: string
    net_votes: number
    parent_author: string
    parent_permlink: string
    pending_payout_value: string | Asset
    percent_steem_dollars: number
    permlink: string
    promoted: string | Asset
    reblogged_by: any[]
    replies: string[]
    reward_weight: number
    root_comment: number
    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