UNPKG

steemconnect-firebase-functions

Version:

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

4 lines (3 loc) 281 B
import { CommentConfig } from './../shared/interfaces/CommentConfig'; import { Operation } from '../shared/interfaces/Operation'; export declare const createComment: ({ parent_permlink, author, permlink, body, parent_author, title, json_metadata }: CommentConfig) => Operation;