UNPKG

steemconnect-firebase-functions

Version:

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

5 lines (4 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const createOperation_1 = require("./createOperation"); exports.createVote = ({ voter, author, permlink, weight }) => createOperation_1.createOperation('vote', { voter, author, permlink, weight });