UNPKG

steemconnect-firebase-functions

Version:

A TypeScript library that can help you build applications with SteemConnect and Firebase.

10 lines (9 loc) 257 B
export interface CommentOptionsConfig { author: string; permlink: string; extensions?: Array<any>; max_accepted_payout?: string; percent_steem_dollars?: number; allow_votes?: boolean; allow_curation_rewards?: boolean; }