UNPKG

@arklabs/wallet-sdk

Version:

Bitcoin wallet SDK with Taproot and Ark integration

9 lines (8 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TxType = void 0; var TxType; (function (TxType) { TxType["TxSent"] = "SENT"; TxType["TxReceived"] = "RECEIVED"; })(TxType || (exports.TxType = TxType = {}));