UNPKG

@ledgerhq/coin-canton

Version:
19 lines 676 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.createTransaction = void 0; const bignumber_js_1 = __importDefault(require("bignumber.js")); // We create an empty transaction that will be filled later const createTransaction = () => ({ family: "canton", amount: new bignumber_js_1.default(0), recipient: "", fee: null, memo: undefined, networkInfo: null, feeCustomUnit: null, }); exports.createTransaction = createTransaction; //# sourceMappingURL=createTransaction.js.map