UNPKG

@arklabs/wallet-sdk

Version:

Bitcoin wallet SDK with Taproot and Ark integration

6 lines (5 loc) 139 B
export var TxType; (function (TxType) { TxType["TxSent"] = "SENT"; TxType["TxReceived"] = "RECEIVED"; })(TxType || (TxType = {}));