UNPKG

minterjs-tx

Version:

A simple module for creating, manipulating and signing Minter transactions

15 lines (13 loc) 429 B
import {coinToBuffer as deprecatedCoinToBuffer, bufferToCoin as deprecatedBufferToCoin} from 'minterjs-util'; /** * Use minterjs-util instead * @deprecated */ // eslint-disable-next-line unicorn/prefer-export-from export const coinToBuffer = deprecatedCoinToBuffer; /** * Use minterjs-util instead * @deprecated */ // eslint-disable-next-line unicorn/prefer-export-from export const bufferToCoin = deprecatedBufferToCoin;