@ledgerhq/coin-icon
Version:
Ledger Icon Coin integration
15 lines • 329 B
JavaScript
import { BigNumber } from "bignumber.js";
/**
* Create an empty transaction
*
* @returns {Transaction}
*/
export const createTransaction = () => ({
family: "icon",
mode: "send",
amount: new BigNumber(0),
recipient: "",
useAllAmount: false,
fees: null,
});
//# sourceMappingURL=createTransaction.js.map