@heliofi/launchpad-common 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/domain/constants/blockchainEngineType.d.ts +5 -0
- package/dist/src/domain/constants/blockchainEngineType.js +10 -0
- package/dist/src/domain/constants/blockchainEngineType.js.map +1 -0
- package/dist/src/domain/index.d.ts +1 -0
- package/dist/src/domain/index.js +1 -0
- package/dist/src/domain/index.js.map +1 -1
- package/dist/src/domain/model/buy/index.d.ts +2 -0
- package/dist/src/domain/model/buy/index.js +19 -0
- package/dist/src/domain/model/buy/index.js.map +1 -0
- package/dist/src/domain/model/buy/prepare/dtos/BuyTxPrepare.dto.d.ts +6 -0
- package/dist/src/domain/model/buy/prepare/dtos/BuyTxPrepare.dto.js +40 -0
- package/dist/src/domain/model/buy/prepare/dtos/BuyTxPrepare.dto.js.map +1 -0
- package/dist/src/domain/model/buy/prepare/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/buy/prepare/dtos/index.js +18 -0
- package/dist/src/domain/model/buy/prepare/dtos/index.js.map +1 -0
- package/dist/src/domain/model/buy/prepare/entities/BuyTxPrepareResponse.entity.d.ts +5 -0
- package/dist/src/domain/model/buy/prepare/entities/BuyTxPrepareResponse.entity.js +8 -0
- package/dist/src/domain/model/buy/prepare/entities/BuyTxPrepareResponse.entity.js.map +1 -0
- package/dist/src/domain/model/buy/prepare/entities/index.d.ts +1 -0
- package/dist/src/domain/model/buy/prepare/entities/index.js +18 -0
- package/dist/src/domain/model/buy/prepare/entities/index.js.map +1 -0
- package/dist/src/domain/model/buy/prepare/index.d.ts +2 -0
- package/dist/src/domain/model/buy/prepare/index.js +19 -0
- package/dist/src/domain/model/buy/prepare/index.js.map +1 -0
- package/dist/src/domain/model/buy/submit/dtos/BuyTxSubmit.dto.d.ts +3 -0
- package/dist/src/domain/model/buy/submit/dtos/BuyTxSubmit.dto.js +8 -0
- package/dist/src/domain/model/buy/submit/dtos/BuyTxSubmit.dto.js.map +1 -0
- package/dist/src/domain/model/buy/submit/dtos/index.d.ts +1 -0
- package/dist/src/domain/model/buy/submit/dtos/index.js +18 -0
- package/dist/src/domain/model/buy/submit/dtos/index.js.map +1 -0
- package/dist/src/domain/model/buy/submit/entities/BuyTxSubmitResponse.entity.d.ts +3 -0
- package/dist/src/domain/model/buy/submit/entities/BuyTxSubmitResponse.entity.js +8 -0
- package/dist/src/domain/model/buy/submit/entities/BuyTxSubmitResponse.entity.js.map +1 -0
- package/dist/src/domain/model/buy/submit/entities/index.d.ts +1 -0
- package/dist/src/domain/model/buy/submit/entities/index.js +18 -0
- package/dist/src/domain/model/buy/submit/entities/index.js.map +1 -0
- package/dist/src/domain/model/buy/submit/index.d.ts +2 -0
- package/dist/src/domain/model/buy/submit/index.js +19 -0
- package/dist/src/domain/model/buy/submit/index.js.map +1 -0
- package/dist/src/domain/model/create-mint/PrepareCreateMint.dto.d.ts +4 -0
- package/dist/src/domain/model/create-mint/PrepareCreateMint.dto.js +27 -0
- package/dist/src/domain/model/create-mint/PrepareCreateMint.dto.js.map +1 -0
- package/dist/src/domain/model/create-mint/index.d.ts +1 -0
- package/dist/src/domain/model/create-mint/index.js +18 -0
- package/dist/src/domain/model/create-mint/index.js.map +1 -0
- package/dist/src/domain/model/curve/dtos/CreateCurve.dto.d.ts +1 -1
- package/dist/src/domain/model/curve/dtos/CreateCurve.dto.js +1 -1
- package/dist/src/domain/model/curve/dtos/CreateCurve.dto.js.map +1 -1
- package/dist/src/domain/model/curve/entities/Curve.entity.d.ts +4 -5
- package/dist/src/domain/model/curve/entities/Curve.entity.js +26 -0
- package/dist/src/domain/model/curve/entities/Curve.entity.js.map +1 -1
- package/dist/src/domain/model/index.d.ts +1 -0
- package/dist/src/domain/model/index.js +1 -0
- package/dist/src/domain/model/index.js.map +1 -1
- package/dist/src/domain/model/token-listing/entities/TokenListing.entity.d.ts +19 -0
- package/dist/src/domain/model/token-listing/entities/TokenListing.entity.js +8 -0
- package/dist/src/domain/model/token-listing/entities/TokenListing.entity.js.map +1 -0
- package/dist/src/domain/model/token-listing/entities/index.d.ts +1 -0
- package/dist/src/domain/model/token-listing/entities/index.js +18 -0
- package/dist/src/domain/model/token-listing/entities/index.js.map +1 -0
- package/dist/src/domain/model/token-listing/index.d.ts +1 -0
- package/dist/src/domain/model/token-listing/index.js +18 -0
- package/dist/src/domain/model/token-listing/index.js.map +1 -0
- package/dist/src/domain/services/SolanaSerializationService.d.ts +5 -0
- package/dist/src/domain/services/SolanaSerializationService.js +19 -0
- package/dist/src/domain/services/SolanaSerializationService.js.map +1 -0
- package/dist/src/domain/services/index.d.ts +2 -0
- package/dist/src/domain/services/index.js +19 -0
- package/dist/src/domain/services/index.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BlockchainEngineType = void 0;
|
|
4
|
+
var BlockchainEngineType;
|
|
5
|
+
(function (BlockchainEngineType) {
|
|
6
|
+
BlockchainEngineType["EVM"] = "EVM";
|
|
7
|
+
BlockchainEngineType["SOL"] = "SOL";
|
|
8
|
+
BlockchainEngineType["BTC"] = "BTC";
|
|
9
|
+
})(BlockchainEngineType = exports.BlockchainEngineType || (exports.BlockchainEngineType = {}));
|
|
10
|
+
//# sourceMappingURL=blockchainEngineType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blockchainEngineType.js","sourceRoot":"","sources":["../../../../src/domain/constants/blockchainEngineType.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,mCAAW,CAAA;IACX,mCAAW,CAAA;IACX,mCAAW,CAAA;AACb,CAAC,EAJW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAI/B"}
|
package/dist/src/domain/index.js
CHANGED
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./model"), exports);
|
|
18
18
|
__exportStar(require("./constants"), exports);
|
|
19
19
|
__exportStar(require("./curves"), exports);
|
|
20
|
+
__exportStar(require("./services"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/domain/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,8CAA4B;AAC5B,2CAAyB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/domain/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,8CAA4B;AAC5B,2CAAyB;AACzB,6CAA2B"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./prepare"), exports);
|
|
18
|
+
__exportStar(require("./submit"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/buy/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,2CAAyB"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.BuyTxPrepareDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
class BuyTxPrepareDto {
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], BuyTxPrepareDto.prototype, "creatorPK", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
24
|
+
(0, class_validator_1.IsString)(),
|
|
25
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], BuyTxPrepareDto.prototype, "amount", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
30
|
+
(0, class_validator_1.IsString)(),
|
|
31
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], BuyTxPrepareDto.prototype, "collateralAmount", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, class_validator_1.IsNumber)(),
|
|
36
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
37
|
+
__metadata("design:type", Number)
|
|
38
|
+
], BuyTxPrepareDto.prototype, "slippageBps", void 0);
|
|
39
|
+
exports.BuyTxPrepareDto = BuyTxPrepareDto;
|
|
40
|
+
//# sourceMappingURL=BuyTxPrepare.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BuyTxPrepare.dto.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/buy/prepare/dtos/BuyTxPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AACjE,yDAA8C;AAE9C,MAAa,eAAe;CAkB3B;AAjBC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACK;AAElB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACE;AAEf;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACY;AAEzB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACO;AAjBtB,0CAkBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BuyTxPrepare.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./BuyTxPrepare.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/buy/prepare/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BuyTxPrepareResponse = void 0;
|
|
4
|
+
const entity_1 = require("../../../entity");
|
|
5
|
+
class BuyTxPrepareResponse extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.BuyTxPrepareResponse = BuyTxPrepareResponse;
|
|
8
|
+
//# sourceMappingURL=BuyTxPrepareResponse.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BuyTxPrepareResponse.entity.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/buy/prepare/entities/BuyTxPrepareResponse.entity.ts"],"names":[],"mappings":";;;AAAA,4CAAyC;AAMzC,MAAa,oBAAqB,SAAQ,eAAM;CAI/C;AAJD,oDAIC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BuyTxPrepareResponse.entity';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./BuyTxPrepareResponse.entity"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/buy/prepare/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/buy/prepare/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BuyTxSubmitDto = void 0;
|
|
4
|
+
const tx_1 = require("../../../tx");
|
|
5
|
+
class BuyTxSubmitDto extends tx_1.BaseTxSubmitDto {
|
|
6
|
+
}
|
|
7
|
+
exports.BuyTxSubmitDto = BuyTxSubmitDto;
|
|
8
|
+
//# sourceMappingURL=BuyTxSubmit.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BuyTxSubmit.dto.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/buy/submit/dtos/BuyTxSubmit.dto.ts"],"names":[],"mappings":";;;AAAA,oCAA8C;AAE9C,MAAa,cAAe,SAAQ,oBAAe;CAAG;AAAtD,wCAAsD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BuyTxSubmit.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./BuyTxSubmit.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/buy/submit/dtos/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BuyTxSubmitResponse = void 0;
|
|
4
|
+
const tx_1 = require("../../../tx");
|
|
5
|
+
class BuyTxSubmitResponse extends tx_1.BaseTxSubmitResponse {
|
|
6
|
+
}
|
|
7
|
+
exports.BuyTxSubmitResponse = BuyTxSubmitResponse;
|
|
8
|
+
//# sourceMappingURL=BuyTxSubmitResponse.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BuyTxSubmitResponse.entity.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/buy/submit/entities/BuyTxSubmitResponse.entity.ts"],"names":[],"mappings":";;;AAAA,oCAAmD;AAMnD,MAAa,mBAAoB,SAAQ,yBAAoB;CAAG;AAAhE,kDAAgE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BuyTxSubmitResponse.entity';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./BuyTxSubmitResponse.entity"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/domain/model/buy/submit/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dtos"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/buy/submit/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.PrepareCreateMintDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class PrepareCreateMintDto {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, class_validator_1.IsString)(),
|
|
18
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], PrepareCreateMintDto.prototype, "sender", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], PrepareCreateMintDto.prototype, "symbol", void 0);
|
|
26
|
+
exports.PrepareCreateMintDto = PrepareCreateMintDto;
|
|
27
|
+
//# sourceMappingURL=PrepareCreateMint.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrepareCreateMint.dto.js","sourceRoot":"","sources":["../../../../../src/domain/model/create-mint/PrepareCreateMint.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,oBAAoB;CAehC;AAdC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACE;AAPjB,oDAeC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './PrepareCreateMint.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./PrepareCreateMint.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/create-mint/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC"}
|
|
@@ -55,6 +55,6 @@ __decorate([
|
|
|
55
55
|
(0, class_validator_1.IsString)(),
|
|
56
56
|
(0, class_validator_1.IsNotEmpty)(),
|
|
57
57
|
__metadata("design:type", String)
|
|
58
|
-
], CreateCurveDto.prototype, "
|
|
58
|
+
], CreateCurveDto.prototype, "collateralCurrencyId", void 0);
|
|
59
59
|
exports.CreateCurveDto = CreateCurveDto;
|
|
60
60
|
//# sourceMappingURL=CreateCurve.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateCurve.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/curve/dtos/CreateCurve.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,kDAA+C;AAE/C,MAAa,cAAc;CAiC1B;AAhCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,qBAAS,CAAC;IACjB,IAAA,4BAAU,GAAE;;4CACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACE;AAEf;IAAC,IAAA,4BAAU,GAAE;;mDACO;AAEpB;IAAC,IAAA,4BAAU,GAAE;;gEACoB;AAEjC;IAAC,IAAA,4BAAU,GAAE;;gEACoB;AAEjC;IAAC,IAAA,4BAAU,GAAE;;0DACc;AAE3B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACe;AAE5B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;
|
|
1
|
+
{"version":3,"file":"CreateCurve.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/curve/dtos/CreateCurve.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAyE;AACzE,kDAA+C;AAE/C,MAAa,cAAc;CAiC1B;AAhCC;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,qBAAS,CAAC;IACjB,IAAA,4BAAU,GAAE;;4CACG;AAEhB;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACE;AAEf;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACE;AAEf;IAAC,IAAA,4BAAU,GAAE;;mDACO;AAEpB;IAAC,IAAA,4BAAU,GAAE;;gEACoB;AAEjC;IAAC,IAAA,4BAAU,GAAE;;gEACoB;AAEjC;IAAC,IAAA,4BAAU,GAAE;;0DACc;AAE3B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACe;AAE5B;IAAC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;4DACgB;AAhC/B,wCAiCC"}
|
|
@@ -2,14 +2,13 @@ import { Entity } from '../../entity';
|
|
|
2
2
|
import { CurveType } from '../../../constants';
|
|
3
3
|
import { BaseCurrency } from '../../currency';
|
|
4
4
|
export declare class Curve extends Entity {
|
|
5
|
-
type: CurveType;
|
|
6
|
-
symbol: string;
|
|
7
|
-
feeBps: number;
|
|
8
5
|
totalSupply: bigint;
|
|
9
6
|
minAllocationTokenAmount: bigint;
|
|
10
7
|
maxAllocationTokenAmount: bigint;
|
|
11
|
-
collateralThreshold: bigint;
|
|
12
8
|
marketCapThreshold: bigint;
|
|
9
|
+
type: CurveType;
|
|
10
|
+
symbol: string;
|
|
11
|
+
feeBps: number;
|
|
13
12
|
marketCapCurrency: BaseCurrency;
|
|
14
|
-
|
|
13
|
+
collateralCurrency: BaseCurrency;
|
|
15
14
|
}
|
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
12
|
exports.Curve = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
4
14
|
const entity_1 = require("../../entity");
|
|
5
15
|
class Curve extends entity_1.Entity {
|
|
6
16
|
}
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
19
|
+
__metadata("design:type", BigInt)
|
|
20
|
+
], Curve.prototype, "totalSupply", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
23
|
+
__metadata("design:type", BigInt)
|
|
24
|
+
], Curve.prototype, "minAllocationTokenAmount", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
27
|
+
__metadata("design:type", BigInt)
|
|
28
|
+
], Curve.prototype, "maxAllocationTokenAmount", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
|
|
31
|
+
__metadata("design:type", BigInt)
|
|
32
|
+
], Curve.prototype, "marketCapThreshold", void 0);
|
|
7
33
|
exports.Curve = Curve;
|
|
8
34
|
//# sourceMappingURL=Curve.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Curve.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/curve/entities/Curve.entity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Curve.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/curve/entities/Curve.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,yCAAsC;AAItC,MAAa,KAAM,SAAQ,eAAM;CAsBhC;AArBC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;0CACpB;AAEpB;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;uDACP;AAEjC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;uDACP;AAEjC;IAAC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;;iDACb;AAX7B,sBAsBC"}
|
|
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./blockchain"), exports);
|
|
18
18
|
__exportStar(require("./blockchain-engine"), exports);
|
|
19
|
+
__exportStar(require("./buy"), exports);
|
|
19
20
|
__exportStar(require("./currency"), exports);
|
|
20
21
|
__exportStar(require("./curve"), exports);
|
|
21
22
|
__exportStar(require("./example"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,sDAAoC;AACpC,6CAA2B;AAC3B,0CAAwB;AACxB,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,qDAAmC;AACnC,uCAAqB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/domain/model/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,sDAAoC;AACpC,wCAAsB;AACtB,6CAA2B;AAC3B,0CAAwB;AACxB,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,qDAAmC;AACnC,uCAAqB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Entity } from '../../entity';
|
|
2
|
+
import { Curve } from '../../curve';
|
|
3
|
+
import { TokenType } from '../../../constants';
|
|
4
|
+
import { BaseBlockchain } from '../../blockchain';
|
|
5
|
+
export declare class TokenListing extends Entity {
|
|
6
|
+
id: string;
|
|
7
|
+
curve: Curve;
|
|
8
|
+
mintAddress: string;
|
|
9
|
+
symbol: string;
|
|
10
|
+
name: string;
|
|
11
|
+
decimals: number;
|
|
12
|
+
description: string;
|
|
13
|
+
imageURI: string;
|
|
14
|
+
creatorPK: string;
|
|
15
|
+
type: TokenType;
|
|
16
|
+
blockchain: BaseBlockchain;
|
|
17
|
+
migrated: boolean;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TokenListing = void 0;
|
|
4
|
+
const entity_1 = require("../../entity");
|
|
5
|
+
class TokenListing extends entity_1.Entity {
|
|
6
|
+
}
|
|
7
|
+
exports.TokenListing = TokenListing;
|
|
8
|
+
//# sourceMappingURL=TokenListing.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenListing.entity.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-listing/entities/TokenListing.entity.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAKtC,MAAa,YAAa,SAAQ,eAAM;CA0BvC;AA1BD,oCA0BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TokenListing.entity';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./TokenListing.entity"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/domain/model/token-listing/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './entities';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./entities"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/token-listing/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { VersionedTransaction } from '@solana/web3.js';
|
|
2
|
+
export declare class SolanaSerializationService {
|
|
3
|
+
static serializeVersionedTransaction(transaction: VersionedTransaction): string;
|
|
4
|
+
static deserializeVersionedTransaction(serializedTransaction: string): VersionedTransaction | undefined;
|
|
5
|
+
}
|