UNPKG

@ledgerhq/coin-tron

Version:
19 lines 602 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const bignumber_js_1 = __importDefault(require("bignumber.js")); const createTransaction = () => ({ family: "tron", amount: new bignumber_js_1.default(0), useAllAmount: false, mode: "send", duration: 3, recipient: "", networkInfo: null, resource: null, votes: [], }); exports.default = createTransaction; //# sourceMappingURL=createTransaction.js.map