UNPKG

minterjs-tx

Version:

A simple module for creating, manipulating and signing Minter transactions

21 lines (19 loc) 610 B
import {TX_TYPE as deprecatedTxType, txTypeList as deprecatedTxTypeList, normalizeTxType as deprecatedNormalizeTxType} from 'minterjs-util'; /** * Use minterjs-util instead * @deprecated */ // eslint-disable-next-line unicorn/prefer-export-from export const TX_TYPE = deprecatedTxType; /** * Use minterjs-util instead * @deprecated */ // eslint-disable-next-line unicorn/prefer-export-from export const txTypeList = deprecatedTxTypeList; /** * Use minterjs-util instead * @deprecated */ // eslint-disable-next-line unicorn/prefer-export-from export const normalizeTxType = deprecatedNormalizeTxType;