4059f0a79de09c59fde52d900337aad899f62d666ed679257bcef4ffc5df3284.json raw
1 {"ast":null,"code":"var BlindedMessage = /** @class */function () {\n function BlindedMessage(amount, B_, id) {\n this.amount = amount;\n this.B_ = B_;\n this.id = id;\n }\n BlindedMessage.prototype.getSerializedBlindedMessage = function () {\n return {\n amount: this.amount,\n B_: this.B_.toHex(true),\n id: this.id\n };\n };\n return BlindedMessage;\n}();\nexport { BlindedMessage };\n//# sourceMappingURL=BlindedMessage.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}