UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

13 lines 803 B
export var TransactionType; (function (TransactionType) { TransactionType[TransactionType["GENERIC"] = 0] = "GENERIC"; TransactionType[TransactionType["FUNDING"] = 1] = "FUNDING"; TransactionType[TransactionType["DEPLOYMENT"] = 2] = "DEPLOYMENT"; TransactionType[TransactionType["INTERACTION"] = 3] = "INTERACTION"; TransactionType[TransactionType["MULTI_SIG"] = 4] = "MULTI_SIG"; TransactionType[TransactionType["CUSTOM_CODE"] = 5] = "CUSTOM_CODE"; TransactionType[TransactionType["CANCEL"] = 6] = "CANCEL"; TransactionType[TransactionType["CONSOLIDATED_SETUP"] = 7] = "CONSOLIDATED_SETUP"; TransactionType[TransactionType["CONSOLIDATED_REVEAL"] = 8] = "CONSOLIDATED_REVEAL"; })(TransactionType || (TransactionType = {})); //# sourceMappingURL=TransactionType.js.map