@canton-network/core-token-standard 0.14.0 → 0.14.1
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/index.browser.js +354 -354
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +307 -307
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +339 -339
- package/dist/index.js.map +1 -1
- package/package.json +15 -11
package/dist/index.browser.js
CHANGED
|
@@ -113,7 +113,7 @@ var Token = {};
|
|
|
113
113
|
|
|
114
114
|
var AllocationInstructionV1$1 = {};
|
|
115
115
|
|
|
116
|
-
var module$
|
|
116
|
+
var module$8 = {};
|
|
117
117
|
|
|
118
118
|
var lodash_isequal = {exports: {}};
|
|
119
119
|
|
|
@@ -132,7 +132,7 @@ var hasRequiredLodash_isequal;
|
|
|
132
132
|
function requireLodash_isequal () {
|
|
133
133
|
if (hasRequiredLodash_isequal) return lodash_isequal.exports;
|
|
134
134
|
hasRequiredLodash_isequal = 1;
|
|
135
|
-
(function (module, exports) {
|
|
135
|
+
(function (module, exports$1) {
|
|
136
136
|
/** Used as the size to enable large array optimizations. */
|
|
137
137
|
var LARGE_ARRAY_SIZE = 200;
|
|
138
138
|
|
|
@@ -218,7 +218,7 @@ function requireLodash_isequal () {
|
|
|
218
218
|
var root = freeGlobal || freeSelf || Function('return this')();
|
|
219
219
|
|
|
220
220
|
/** Detect free variable `exports`. */
|
|
221
|
-
var freeExports = exports && !exports.nodeType && exports;
|
|
221
|
+
var freeExports = exports$1 && !exports$1.nodeType && exports$1;
|
|
222
222
|
|
|
223
223
|
/** Detect free variable `module`. */
|
|
224
224
|
var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
|
|
@@ -2789,7 +2789,7 @@ var hasRequiredTypes$1;
|
|
|
2789
2789
|
function requireTypes$1 () {
|
|
2790
2790
|
if (hasRequiredTypes$1) return types;
|
|
2791
2791
|
hasRequiredTypes$1 = 1;
|
|
2792
|
-
(function (exports) {
|
|
2792
|
+
(function (exports$1) {
|
|
2793
2793
|
var __assign = (types && types.__assign) || function () {
|
|
2794
2794
|
__assign = Object.assign || function(t) {
|
|
2795
2795
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
@@ -2864,12 +2864,12 @@ function requireTypes$1 () {
|
|
|
2864
2864
|
var __importDefault = (types && types.__importDefault) || function (mod) {
|
|
2865
2865
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2866
2866
|
};
|
|
2867
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2868
|
-
exports.Map = exports.emptyMap = exports.TextMap = exports.Optional = exports.ContractId = exports.Date = exports.List = exports.Party = exports.Time = exports.Text = exports.Decimal = exports.Numeric = exports.Int = exports.Bool = exports.Unit = exports.lookupTemplate = exports.templateIdWithPackageId = exports.registerTemplate = void 0;
|
|
2869
|
-
exports.assembleTemplate = assembleTemplate;
|
|
2870
|
-
exports.assembleInterface = assembleInterface;
|
|
2871
|
-
exports.memo = memo;
|
|
2872
|
-
exports.lazyMemo = lazyMemo;
|
|
2867
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
2868
|
+
exports$1.Map = exports$1.emptyMap = exports$1.TextMap = exports$1.Optional = exports$1.ContractId = exports$1.Date = exports$1.List = exports$1.Party = exports$1.Time = exports$1.Text = exports$1.Decimal = exports$1.Numeric = exports$1.Int = exports$1.Bool = exports$1.Unit = exports$1.lookupTemplate = exports$1.templateIdWithPackageId = exports$1.registerTemplate = void 0;
|
|
2869
|
+
exports$1.assembleTemplate = assembleTemplate;
|
|
2870
|
+
exports$1.assembleInterface = assembleInterface;
|
|
2871
|
+
exports$1.memo = memo;
|
|
2872
|
+
exports$1.lazyMemo = lazyMemo;
|
|
2873
2873
|
// Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
2874
2874
|
// SPDX-License-Identifier: Apache-2.0
|
|
2875
2875
|
var jtv = __importStar(require$$0);
|
|
@@ -2907,7 +2907,7 @@ function requireTypes$1 () {
|
|
|
2907
2907
|
*/
|
|
2908
2908
|
var registerTemplate = function (template, packageSpecifiers) {
|
|
2909
2909
|
if (packageSpecifiers === void 0) { packageSpecifiers = []; }
|
|
2910
|
-
var aliases = packageSpecifiers.map((0, exports.templateIdWithPackageId)(template));
|
|
2910
|
+
var aliases = packageSpecifiers.map((0, exports$1.templateIdWithPackageId)(template));
|
|
2911
2911
|
new Set([template.templateId].concat(aliases)).forEach(function (templateId) {
|
|
2912
2912
|
if (templateId in registeredTemplates) {
|
|
2913
2913
|
console.warn("Trying to re-register template ".concat(templateId, "."));
|
|
@@ -2918,7 +2918,7 @@ function requireTypes$1 () {
|
|
|
2918
2918
|
}
|
|
2919
2919
|
});
|
|
2920
2920
|
};
|
|
2921
|
-
exports.registerTemplate = registerTemplate;
|
|
2921
|
+
exports$1.registerTemplate = registerTemplate;
|
|
2922
2922
|
/**
|
|
2923
2923
|
* @internal
|
|
2924
2924
|
*/
|
|
@@ -2927,7 +2927,7 @@ function requireTypes$1 () {
|
|
|
2927
2927
|
return [pkgId].concat(t.templateId.split(":").slice(1)).join(":");
|
|
2928
2928
|
};
|
|
2929
2929
|
};
|
|
2930
|
-
exports.templateIdWithPackageId = templateIdWithPackageId;
|
|
2930
|
+
exports$1.templateIdWithPackageId = templateIdWithPackageId;
|
|
2931
2931
|
/**
|
|
2932
2932
|
* @internal
|
|
2933
2933
|
*/
|
|
@@ -2938,7 +2938,7 @@ function requireTypes$1 () {
|
|
|
2938
2938
|
}
|
|
2939
2939
|
return template;
|
|
2940
2940
|
};
|
|
2941
|
-
exports.lookupTemplate = lookupTemplate;
|
|
2941
|
+
exports$1.lookupTemplate = lookupTemplate;
|
|
2942
2942
|
/**
|
|
2943
2943
|
* @internal Turn a thunk into a memoized version of itself. The memoized thunk
|
|
2944
2944
|
* invokes the original thunk only on its first invocation and caches the result
|
|
@@ -2966,21 +2966,21 @@ function requireTypes$1 () {
|
|
|
2966
2966
|
/**
|
|
2967
2967
|
* Companion object of the [[Unit]] type.
|
|
2968
2968
|
*/
|
|
2969
|
-
exports.Unit = {
|
|
2969
|
+
exports$1.Unit = {
|
|
2970
2970
|
decoder: jtv.object({}),
|
|
2971
2971
|
encode: function (t) { return t; },
|
|
2972
2972
|
};
|
|
2973
2973
|
/**
|
|
2974
2974
|
* Companion object of the [[Bool]] type.
|
|
2975
2975
|
*/
|
|
2976
|
-
exports.Bool = {
|
|
2976
|
+
exports$1.Bool = {
|
|
2977
2977
|
decoder: jtv.boolean(),
|
|
2978
2978
|
encode: function (b) { return b; },
|
|
2979
2979
|
};
|
|
2980
2980
|
/**
|
|
2981
2981
|
* Companion object of the [[Int]] type.
|
|
2982
2982
|
*/
|
|
2983
|
-
exports.Int = {
|
|
2983
|
+
exports$1.Int = {
|
|
2984
2984
|
decoder: jtv.string(),
|
|
2985
2985
|
encode: function (i) { return i; },
|
|
2986
2986
|
};
|
|
@@ -2992,29 +2992,29 @@ function requireTypes$1 () {
|
|
|
2992
2992
|
decoder: jtv.string(),
|
|
2993
2993
|
encode: function (n) { return n; },
|
|
2994
2994
|
}); };
|
|
2995
|
-
exports.Numeric = Numeric;
|
|
2995
|
+
exports$1.Numeric = Numeric;
|
|
2996
2996
|
/**
|
|
2997
2997
|
* Companion object of the [[Decimal]] type.
|
|
2998
2998
|
*/
|
|
2999
|
-
exports.Decimal = (0, exports.Numeric)(10);
|
|
2999
|
+
exports$1.Decimal = (0, exports$1.Numeric)(10);
|
|
3000
3000
|
/**
|
|
3001
3001
|
* Companion object of the [[Text]] type.
|
|
3002
3002
|
*/
|
|
3003
|
-
exports.Text = {
|
|
3003
|
+
exports$1.Text = {
|
|
3004
3004
|
decoder: jtv.string(),
|
|
3005
3005
|
encode: function (t) { return t; },
|
|
3006
3006
|
};
|
|
3007
3007
|
/**
|
|
3008
3008
|
* Companion object of the [[Time]] type.
|
|
3009
3009
|
*/
|
|
3010
|
-
exports.Time = {
|
|
3010
|
+
exports$1.Time = {
|
|
3011
3011
|
decoder: jtv.string(),
|
|
3012
3012
|
encode: function (t) { return t; },
|
|
3013
3013
|
};
|
|
3014
3014
|
/**
|
|
3015
3015
|
* Companion object of the [[Party]] type.
|
|
3016
3016
|
*/
|
|
3017
|
-
exports.Party = {
|
|
3017
|
+
exports$1.Party = {
|
|
3018
3018
|
decoder: jtv.string(),
|
|
3019
3019
|
encode: function (p) { return p; },
|
|
3020
3020
|
};
|
|
@@ -3025,11 +3025,11 @@ function requireTypes$1 () {
|
|
|
3025
3025
|
decoder: jtv.array(t.decoder),
|
|
3026
3026
|
encode: function (l) { return l.map(function (element) { return t.encode(element); }); },
|
|
3027
3027
|
}); };
|
|
3028
|
-
exports.List = List;
|
|
3028
|
+
exports$1.List = List;
|
|
3029
3029
|
/**
|
|
3030
3030
|
* Companion object of the [[Date]] type.
|
|
3031
3031
|
*/
|
|
3032
|
-
exports.Date = {
|
|
3032
|
+
exports$1.Date = {
|
|
3033
3033
|
decoder: jtv.string(),
|
|
3034
3034
|
encode: function (d) { return d; },
|
|
3035
3035
|
};
|
|
@@ -3040,7 +3040,7 @@ function requireTypes$1 () {
|
|
|
3040
3040
|
decoder: jtv.string(),
|
|
3041
3041
|
encode: function (c) { return c; },
|
|
3042
3042
|
}); };
|
|
3043
|
-
exports.ContractId = ContractId;
|
|
3043
|
+
exports$1.ContractId = ContractId;
|
|
3044
3044
|
/**
|
|
3045
3045
|
* This class does the actual work behind the [[Optional]] companion function. In addition to
|
|
3046
3046
|
* implementing the [[Serializable]] interface it also stores the [[Serializable]] instance of the
|
|
@@ -3098,7 +3098,7 @@ function requireTypes$1 () {
|
|
|
3098
3098
|
var Optional = function (t) {
|
|
3099
3099
|
return new OptionalWorker(t);
|
|
3100
3100
|
};
|
|
3101
|
-
exports.Optional = Optional;
|
|
3101
|
+
exports$1.Optional = Optional;
|
|
3102
3102
|
/**
|
|
3103
3103
|
* Companion object of the [[TextMap]] type.
|
|
3104
3104
|
*/
|
|
@@ -3112,7 +3112,7 @@ function requireTypes$1 () {
|
|
|
3112
3112
|
return out;
|
|
3113
3113
|
},
|
|
3114
3114
|
}); };
|
|
3115
|
-
exports.TextMap = TextMap;
|
|
3115
|
+
exports$1.TextMap = TextMap;
|
|
3116
3116
|
function it(arr) {
|
|
3117
3117
|
var i;
|
|
3118
3118
|
return __generator(this, function (_a) {
|
|
@@ -3200,7 +3200,7 @@ function requireTypes$1 () {
|
|
|
3200
3200
|
return MapImpl;
|
|
3201
3201
|
}());
|
|
3202
3202
|
var emptyMap = function () { return new MapImpl([]); };
|
|
3203
|
-
exports.emptyMap = emptyMap;
|
|
3203
|
+
exports$1.emptyMap = emptyMap;
|
|
3204
3204
|
/**
|
|
3205
3205
|
* Companion function of the [[GenMap]] type.
|
|
3206
3206
|
*/
|
|
@@ -3212,7 +3212,7 @@ function requireTypes$1 () {
|
|
|
3212
3212
|
return m.entriesArray().map(function (e) { return [kd.encode(e[0]), vd.encode(e[1])]; });
|
|
3213
3213
|
},
|
|
3214
3214
|
}); };
|
|
3215
|
-
exports.Map = Map;
|
|
3215
|
+
exports$1.Map = Map;
|
|
3216
3216
|
|
|
3217
3217
|
} (types));
|
|
3218
3218
|
return types;
|
|
@@ -3227,7 +3227,7 @@ var hasRequiredBrowserPonyfill;
|
|
|
3227
3227
|
function requireBrowserPonyfill () {
|
|
3228
3228
|
if (hasRequiredBrowserPonyfill) return browserPonyfill.exports;
|
|
3229
3229
|
hasRequiredBrowserPonyfill = 1;
|
|
3230
|
-
(function (module, exports) {
|
|
3230
|
+
(function (module, exports$1) {
|
|
3231
3231
|
// Save global object in a variable
|
|
3232
3232
|
var __global__ =
|
|
3233
3233
|
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
@@ -3246,7 +3246,7 @@ function requireBrowserPonyfill () {
|
|
|
3246
3246
|
// "globalThis" that's going to be patched
|
|
3247
3247
|
(function(globalThis) {
|
|
3248
3248
|
|
|
3249
|
-
((function (exports) {
|
|
3249
|
+
((function (exports$1) {
|
|
3250
3250
|
|
|
3251
3251
|
/* eslint-disable no-prototype-builtins */
|
|
3252
3252
|
var g =
|
|
@@ -3759,18 +3759,18 @@ function requireBrowserPonyfill () {
|
|
|
3759
3759
|
return new Response(null, {status: status, headers: {location: url}})
|
|
3760
3760
|
};
|
|
3761
3761
|
|
|
3762
|
-
exports.DOMException = g.DOMException;
|
|
3762
|
+
exports$1.DOMException = g.DOMException;
|
|
3763
3763
|
try {
|
|
3764
|
-
new exports.DOMException();
|
|
3764
|
+
new exports$1.DOMException();
|
|
3765
3765
|
} catch (err) {
|
|
3766
|
-
exports.DOMException = function(message, name) {
|
|
3766
|
+
exports$1.DOMException = function(message, name) {
|
|
3767
3767
|
this.message = message;
|
|
3768
3768
|
this.name = name;
|
|
3769
3769
|
var error = Error(message);
|
|
3770
3770
|
this.stack = error.stack;
|
|
3771
3771
|
};
|
|
3772
|
-
exports.DOMException.prototype = Object.create(Error.prototype);
|
|
3773
|
-
exports.DOMException.prototype.constructor = exports.DOMException;
|
|
3772
|
+
exports$1.DOMException.prototype = Object.create(Error.prototype);
|
|
3773
|
+
exports$1.DOMException.prototype.constructor = exports$1.DOMException;
|
|
3774
3774
|
}
|
|
3775
3775
|
|
|
3776
3776
|
function fetch(input, init) {
|
|
@@ -3778,7 +3778,7 @@ function requireBrowserPonyfill () {
|
|
|
3778
3778
|
var request = new Request(input, init);
|
|
3779
3779
|
|
|
3780
3780
|
if (request.signal && request.signal.aborted) {
|
|
3781
|
-
return reject(new exports.DOMException('Aborted', 'AbortError'))
|
|
3781
|
+
return reject(new exports$1.DOMException('Aborted', 'AbortError'))
|
|
3782
3782
|
}
|
|
3783
3783
|
|
|
3784
3784
|
var xhr = new XMLHttpRequest();
|
|
@@ -3820,7 +3820,7 @@ function requireBrowserPonyfill () {
|
|
|
3820
3820
|
|
|
3821
3821
|
xhr.onabort = function() {
|
|
3822
3822
|
setTimeout(function() {
|
|
3823
|
-
reject(new exports.DOMException('Aborted', 'AbortError'));
|
|
3823
|
+
reject(new exports$1.DOMException('Aborted', 'AbortError'));
|
|
3824
3824
|
}, 0);
|
|
3825
3825
|
};
|
|
3826
3826
|
|
|
@@ -3891,14 +3891,14 @@ function requireBrowserPonyfill () {
|
|
|
3891
3891
|
g.Response = Response;
|
|
3892
3892
|
}
|
|
3893
3893
|
|
|
3894
|
-
exports.Headers = Headers;
|
|
3895
|
-
exports.Request = Request;
|
|
3896
|
-
exports.Response = Response;
|
|
3897
|
-
exports.fetch = fetch;
|
|
3894
|
+
exports$1.Headers = Headers;
|
|
3895
|
+
exports$1.Request = Request;
|
|
3896
|
+
exports$1.Response = Response;
|
|
3897
|
+
exports$1.fetch = fetch;
|
|
3898
3898
|
|
|
3899
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3899
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
3900
3900
|
|
|
3901
|
-
return exports;
|
|
3901
|
+
return exports$1;
|
|
3902
3902
|
|
|
3903
3903
|
}))({});
|
|
3904
3904
|
})(__globalThis__);
|
|
@@ -3907,13 +3907,13 @@ function requireBrowserPonyfill () {
|
|
|
3907
3907
|
delete __globalThis__.fetch.polyfill;
|
|
3908
3908
|
// Choose between native implementation (__global__) or custom implementation (__globalThis__)
|
|
3909
3909
|
var ctx = __global__.fetch ? __global__ : __globalThis__;
|
|
3910
|
-
exports = ctx.fetch; // To enable: import fetch from 'cross-fetch'
|
|
3911
|
-
exports.default = ctx.fetch; // For TypeScript consumers without esModuleInterop.
|
|
3912
|
-
exports.fetch = ctx.fetch; // To enable: import {fetch} from 'cross-fetch'
|
|
3913
|
-
exports.Headers = ctx.Headers;
|
|
3914
|
-
exports.Request = ctx.Request;
|
|
3915
|
-
exports.Response = ctx.Response;
|
|
3916
|
-
module.exports = exports;
|
|
3910
|
+
exports$1 = ctx.fetch; // To enable: import fetch from 'cross-fetch'
|
|
3911
|
+
exports$1.default = ctx.fetch; // For TypeScript consumers without esModuleInterop.
|
|
3912
|
+
exports$1.fetch = ctx.fetch; // To enable: import {fetch} from 'cross-fetch'
|
|
3913
|
+
exports$1.Headers = ctx.Headers;
|
|
3914
|
+
exports$1.Request = ctx.Request;
|
|
3915
|
+
exports$1.Response = ctx.Response;
|
|
3916
|
+
module.exports = exports$1;
|
|
3917
3917
|
} (browserPonyfill, browserPonyfill.exports));
|
|
3918
3918
|
return browserPonyfill.exports;
|
|
3919
3919
|
}
|
|
@@ -6228,15 +6228,15 @@ var Internal = {};
|
|
|
6228
6228
|
|
|
6229
6229
|
var Template = {};
|
|
6230
6230
|
|
|
6231
|
-
var module$
|
|
6231
|
+
var module$7 = {};
|
|
6232
6232
|
|
|
6233
6233
|
var hasRequiredModule$7;
|
|
6234
6234
|
|
|
6235
6235
|
function requireModule$7 () {
|
|
6236
|
-
if (hasRequiredModule$7) return module$
|
|
6236
|
+
if (hasRequiredModule$7) return module$7;
|
|
6237
6237
|
hasRequiredModule$7 = 1;
|
|
6238
|
-
(function (exports) {
|
|
6239
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6238
|
+
(function (exports$1) {
|
|
6239
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6240
6240
|
/* eslint-disable-next-line no-unused-vars */
|
|
6241
6241
|
var jtv = require$$0;
|
|
6242
6242
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -6244,7 +6244,7 @@ function requireModule$7 () {
|
|
|
6244
6244
|
/* eslint-disable-next-line no-unused-vars */
|
|
6245
6245
|
requireLedger();
|
|
6246
6246
|
|
|
6247
|
-
exports.Archive = {
|
|
6247
|
+
exports$1.Archive = {
|
|
6248
6248
|
decoder: damlTypes.lazyMemo(function () {
|
|
6249
6249
|
return jtv.object({})
|
|
6250
6250
|
}),
|
|
@@ -6252,8 +6252,8 @@ function requireModule$7 () {
|
|
|
6252
6252
|
return {}
|
|
6253
6253
|
},
|
|
6254
6254
|
};
|
|
6255
|
-
} (module$
|
|
6256
|
-
return module$
|
|
6255
|
+
} (module$7));
|
|
6256
|
+
return module$7;
|
|
6257
6257
|
}
|
|
6258
6258
|
|
|
6259
6259
|
var hasRequiredTemplate;
|
|
@@ -6261,13 +6261,13 @@ var hasRequiredTemplate;
|
|
|
6261
6261
|
function requireTemplate () {
|
|
6262
6262
|
if (hasRequiredTemplate) return Template;
|
|
6263
6263
|
hasRequiredTemplate = 1;
|
|
6264
|
-
(function (exports) {
|
|
6264
|
+
(function (exports$1) {
|
|
6265
6265
|
/* eslint-disable-next-line no-unused-vars */
|
|
6266
6266
|
function __export(m) {
|
|
6267
6267
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
6268
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6268
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
6269
6269
|
}
|
|
6270
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6270
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6271
6271
|
__export(requireModule$7());
|
|
6272
6272
|
} (Template));
|
|
6273
6273
|
return Template;
|
|
@@ -6278,10 +6278,10 @@ var hasRequiredInternal;
|
|
|
6278
6278
|
function requireInternal () {
|
|
6279
6279
|
if (hasRequiredInternal) return Internal;
|
|
6280
6280
|
hasRequiredInternal = 1;
|
|
6281
|
-
(function (exports) {
|
|
6282
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6281
|
+
(function (exports$1) {
|
|
6282
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6283
6283
|
var Template = requireTemplate();
|
|
6284
|
-
exports.Template = Template;
|
|
6284
|
+
exports$1.Template = Template;
|
|
6285
6285
|
} (Internal));
|
|
6286
6286
|
return Internal;
|
|
6287
6287
|
}
|
|
@@ -6291,10 +6291,10 @@ var hasRequiredDA$1;
|
|
|
6291
6291
|
function requireDA$1 () {
|
|
6292
6292
|
if (hasRequiredDA$1) return DA$1;
|
|
6293
6293
|
hasRequiredDA$1 = 1;
|
|
6294
|
-
(function (exports) {
|
|
6295
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6294
|
+
(function (exports$1) {
|
|
6295
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6296
6296
|
var Internal = requireInternal();
|
|
6297
|
-
exports.Internal = Internal;
|
|
6297
|
+
exports$1.Internal = Internal;
|
|
6298
6298
|
} (DA$1));
|
|
6299
6299
|
return DA$1;
|
|
6300
6300
|
}
|
|
@@ -6304,19 +6304,19 @@ var hasRequiredLib$2;
|
|
|
6304
6304
|
function requireLib$2 () {
|
|
6305
6305
|
if (hasRequiredLib$2) return lib$1;
|
|
6306
6306
|
hasRequiredLib$2 = 1;
|
|
6307
|
-
(function (exports) {
|
|
6308
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6307
|
+
(function (exports$1) {
|
|
6308
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6309
6309
|
var DA = requireDA$1();
|
|
6310
|
-
exports.DA = DA;
|
|
6311
|
-
exports.packageId =
|
|
6310
|
+
exports$1.DA = DA;
|
|
6311
|
+
exports$1.packageId =
|
|
6312
6312
|
'9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69';
|
|
6313
6313
|
} (lib$1));
|
|
6314
6314
|
return lib$1;
|
|
6315
6315
|
}
|
|
6316
6316
|
|
|
6317
|
-
var module$
|
|
6317
|
+
var module$6 = {};
|
|
6318
6318
|
|
|
6319
|
-
var module$
|
|
6319
|
+
var module$5 = {};
|
|
6320
6320
|
|
|
6321
6321
|
var lib = {};
|
|
6322
6322
|
|
|
@@ -6326,15 +6326,15 @@ var Time = {};
|
|
|
6326
6326
|
|
|
6327
6327
|
var Types = {};
|
|
6328
6328
|
|
|
6329
|
-
var module$
|
|
6329
|
+
var module$4 = {};
|
|
6330
6330
|
|
|
6331
6331
|
var hasRequiredModule$6;
|
|
6332
6332
|
|
|
6333
6333
|
function requireModule$6 () {
|
|
6334
|
-
if (hasRequiredModule$6) return module$
|
|
6334
|
+
if (hasRequiredModule$6) return module$4;
|
|
6335
6335
|
hasRequiredModule$6 = 1;
|
|
6336
|
-
(function (exports) {
|
|
6337
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6336
|
+
(function (exports$1) {
|
|
6337
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6338
6338
|
/* eslint-disable-next-line no-unused-vars */
|
|
6339
6339
|
var jtv = require$$0;
|
|
6340
6340
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -6342,7 +6342,7 @@ function requireModule$6 () {
|
|
|
6342
6342
|
/* eslint-disable-next-line no-unused-vars */
|
|
6343
6343
|
requireLedger();
|
|
6344
6344
|
|
|
6345
|
-
exports.RelTime = {
|
|
6345
|
+
exports$1.RelTime = {
|
|
6346
6346
|
decoder: damlTypes.lazyMemo(function () {
|
|
6347
6347
|
return jtv.object({ microseconds: damlTypes.Int.decoder })
|
|
6348
6348
|
}),
|
|
@@ -6352,8 +6352,8 @@ function requireModule$6 () {
|
|
|
6352
6352
|
}
|
|
6353
6353
|
},
|
|
6354
6354
|
};
|
|
6355
|
-
} (module$
|
|
6356
|
-
return module$
|
|
6355
|
+
} (module$4));
|
|
6356
|
+
return module$4;
|
|
6357
6357
|
}
|
|
6358
6358
|
|
|
6359
6359
|
var hasRequiredTypes;
|
|
@@ -6361,13 +6361,13 @@ var hasRequiredTypes;
|
|
|
6361
6361
|
function requireTypes () {
|
|
6362
6362
|
if (hasRequiredTypes) return Types;
|
|
6363
6363
|
hasRequiredTypes = 1;
|
|
6364
|
-
(function (exports) {
|
|
6364
|
+
(function (exports$1) {
|
|
6365
6365
|
/* eslint-disable-next-line no-unused-vars */
|
|
6366
6366
|
function __export(m) {
|
|
6367
6367
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
6368
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6368
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
6369
6369
|
}
|
|
6370
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6370
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6371
6371
|
__export(requireModule$6());
|
|
6372
6372
|
} (Types));
|
|
6373
6373
|
return Types;
|
|
@@ -6378,10 +6378,10 @@ var hasRequiredTime;
|
|
|
6378
6378
|
function requireTime () {
|
|
6379
6379
|
if (hasRequiredTime) return Time;
|
|
6380
6380
|
hasRequiredTime = 1;
|
|
6381
|
-
(function (exports) {
|
|
6382
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6381
|
+
(function (exports$1) {
|
|
6382
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6383
6383
|
var Types = requireTypes();
|
|
6384
|
-
exports.Types = Types;
|
|
6384
|
+
exports$1.Types = Types;
|
|
6385
6385
|
} (Time));
|
|
6386
6386
|
return Time;
|
|
6387
6387
|
}
|
|
@@ -6391,10 +6391,10 @@ var hasRequiredDA;
|
|
|
6391
6391
|
function requireDA () {
|
|
6392
6392
|
if (hasRequiredDA) return DA;
|
|
6393
6393
|
hasRequiredDA = 1;
|
|
6394
|
-
(function (exports) {
|
|
6395
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6394
|
+
(function (exports$1) {
|
|
6395
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6396
6396
|
var Time = requireTime();
|
|
6397
|
-
exports.Time = Time;
|
|
6397
|
+
exports$1.Time = Time;
|
|
6398
6398
|
} (DA));
|
|
6399
6399
|
return DA;
|
|
6400
6400
|
}
|
|
@@ -6404,25 +6404,25 @@ var hasRequiredLib$1;
|
|
|
6404
6404
|
function requireLib$1 () {
|
|
6405
6405
|
if (hasRequiredLib$1) return lib;
|
|
6406
6406
|
hasRequiredLib$1 = 1;
|
|
6407
|
-
(function (exports) {
|
|
6408
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6407
|
+
(function (exports$1) {
|
|
6408
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6409
6409
|
var DA = requireDA();
|
|
6410
|
-
exports.DA = DA;
|
|
6411
|
-
exports.packageId =
|
|
6410
|
+
exports$1.DA = DA;
|
|
6411
|
+
exports$1.packageId =
|
|
6412
6412
|
'b70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946';
|
|
6413
6413
|
} (lib));
|
|
6414
6414
|
return lib;
|
|
6415
6415
|
}
|
|
6416
6416
|
|
|
6417
|
-
var module$
|
|
6417
|
+
var module$3 = {};
|
|
6418
6418
|
|
|
6419
6419
|
var hasRequiredModule$5;
|
|
6420
6420
|
|
|
6421
6421
|
function requireModule$5 () {
|
|
6422
|
-
if (hasRequiredModule$5) return module$
|
|
6422
|
+
if (hasRequiredModule$5) return module$3;
|
|
6423
6423
|
hasRequiredModule$5 = 1;
|
|
6424
|
-
(function (exports) {
|
|
6425
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6424
|
+
(function (exports$1) {
|
|
6425
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6426
6426
|
/* eslint-disable-next-line no-unused-vars */
|
|
6427
6427
|
var jtv = require$$0;
|
|
6428
6428
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -6433,15 +6433,15 @@ function requireModule$5 () {
|
|
|
6433
6433
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requireLib$2();
|
|
6434
6434
|
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = requireLib$1();
|
|
6435
6435
|
|
|
6436
|
-
exports.AnyContract = damlTypes.assembleInterface(
|
|
6436
|
+
exports$1.AnyContract = damlTypes.assembleInterface(
|
|
6437
6437
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.MetadataV1:AnyContract',
|
|
6438
6438
|
function () {
|
|
6439
|
-
return exports.AnyContractView
|
|
6439
|
+
return exports$1.AnyContractView
|
|
6440
6440
|
},
|
|
6441
6441
|
{
|
|
6442
6442
|
Archive: {
|
|
6443
6443
|
template: function () {
|
|
6444
|
-
return exports.AnyContract
|
|
6444
|
+
return exports$1.AnyContract
|
|
6445
6445
|
},
|
|
6446
6446
|
choiceName: 'Archive',
|
|
6447
6447
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -6463,33 +6463,33 @@ function requireModule$5 () {
|
|
|
6463
6463
|
}
|
|
6464
6464
|
);
|
|
6465
6465
|
|
|
6466
|
-
exports.ChoiceExecutionMetadata = {
|
|
6466
|
+
exports$1.ChoiceExecutionMetadata = {
|
|
6467
6467
|
decoder: damlTypes.lazyMemo(function () {
|
|
6468
|
-
return jtv.object({ meta: exports.Metadata.decoder })
|
|
6468
|
+
return jtv.object({ meta: exports$1.Metadata.decoder })
|
|
6469
6469
|
}),
|
|
6470
6470
|
encode: function (__typed__) {
|
|
6471
6471
|
return {
|
|
6472
|
-
meta: exports.Metadata.encode(__typed__.meta),
|
|
6472
|
+
meta: exports$1.Metadata.encode(__typed__.meta),
|
|
6473
6473
|
}
|
|
6474
6474
|
},
|
|
6475
6475
|
};
|
|
6476
6476
|
|
|
6477
|
-
exports.ExtraArgs = {
|
|
6477
|
+
exports$1.ExtraArgs = {
|
|
6478
6478
|
decoder: damlTypes.lazyMemo(function () {
|
|
6479
6479
|
return jtv.object({
|
|
6480
|
-
context: exports.ChoiceContext.decoder,
|
|
6481
|
-
meta: exports.Metadata.decoder,
|
|
6480
|
+
context: exports$1.ChoiceContext.decoder,
|
|
6481
|
+
meta: exports$1.Metadata.decoder,
|
|
6482
6482
|
})
|
|
6483
6483
|
}),
|
|
6484
6484
|
encode: function (__typed__) {
|
|
6485
6485
|
return {
|
|
6486
|
-
context: exports.ChoiceContext.encode(__typed__.context),
|
|
6487
|
-
meta: exports.Metadata.encode(__typed__.meta),
|
|
6486
|
+
context: exports$1.ChoiceContext.encode(__typed__.context),
|
|
6487
|
+
meta: exports$1.Metadata.encode(__typed__.meta),
|
|
6488
6488
|
}
|
|
6489
6489
|
},
|
|
6490
6490
|
};
|
|
6491
6491
|
|
|
6492
|
-
exports.Metadata = {
|
|
6492
|
+
exports$1.Metadata = {
|
|
6493
6493
|
decoder: damlTypes.lazyMemo(function () {
|
|
6494
6494
|
return jtv.object({ values: damlTypes.TextMap(damlTypes.Text).decoder })
|
|
6495
6495
|
}),
|
|
@@ -6500,22 +6500,22 @@ function requireModule$5 () {
|
|
|
6500
6500
|
},
|
|
6501
6501
|
};
|
|
6502
6502
|
|
|
6503
|
-
exports.ChoiceContext = {
|
|
6503
|
+
exports$1.ChoiceContext = {
|
|
6504
6504
|
decoder: damlTypes.lazyMemo(function () {
|
|
6505
6505
|
return jtv.object({
|
|
6506
|
-
values: damlTypes.TextMap(exports.AnyValue).decoder,
|
|
6506
|
+
values: damlTypes.TextMap(exports$1.AnyValue).decoder,
|
|
6507
6507
|
})
|
|
6508
6508
|
}),
|
|
6509
6509
|
encode: function (__typed__) {
|
|
6510
6510
|
return {
|
|
6511
6511
|
values: damlTypes
|
|
6512
|
-
.TextMap(exports.AnyValue)
|
|
6512
|
+
.TextMap(exports$1.AnyValue)
|
|
6513
6513
|
.encode(__typed__.values),
|
|
6514
6514
|
}
|
|
6515
6515
|
},
|
|
6516
6516
|
};
|
|
6517
6517
|
|
|
6518
|
-
exports.AnyContractView = {
|
|
6518
|
+
exports$1.AnyContractView = {
|
|
6519
6519
|
decoder: damlTypes.lazyMemo(function () {
|
|
6520
6520
|
return jtv.object({})
|
|
6521
6521
|
}),
|
|
@@ -6524,7 +6524,7 @@ function requireModule$5 () {
|
|
|
6524
6524
|
},
|
|
6525
6525
|
};
|
|
6526
6526
|
|
|
6527
|
-
exports.AnyValue = {
|
|
6527
|
+
exports$1.AnyValue = {
|
|
6528
6528
|
decoder: damlTypes.lazyMemo(function () {
|
|
6529
6529
|
return jtv.oneOf(
|
|
6530
6530
|
jtv.object({
|
|
@@ -6562,15 +6562,15 @@ function requireModule$5 () {
|
|
|
6562
6562
|
}),
|
|
6563
6563
|
jtv.object({
|
|
6564
6564
|
tag: jtv.constant('AV_ContractId'),
|
|
6565
|
-
value: damlTypes.ContractId(exports.AnyContract).decoder,
|
|
6565
|
+
value: damlTypes.ContractId(exports$1.AnyContract).decoder,
|
|
6566
6566
|
}),
|
|
6567
6567
|
jtv.object({
|
|
6568
6568
|
tag: jtv.constant('AV_List'),
|
|
6569
|
-
value: damlTypes.List(exports.AnyValue).decoder,
|
|
6569
|
+
value: damlTypes.List(exports$1.AnyValue).decoder,
|
|
6570
6570
|
}),
|
|
6571
6571
|
jtv.object({
|
|
6572
6572
|
tag: jtv.constant('AV_Map'),
|
|
6573
|
-
value: damlTypes.TextMap(exports.AnyValue).decoder,
|
|
6573
|
+
value: damlTypes.TextMap(exports$1.AnyValue).decoder,
|
|
6574
6574
|
})
|
|
6575
6575
|
)
|
|
6576
6576
|
}),
|
|
@@ -6622,21 +6622,21 @@ function requireModule$5 () {
|
|
|
6622
6622
|
return {
|
|
6623
6623
|
tag: __typed__.tag,
|
|
6624
6624
|
value: damlTypes
|
|
6625
|
-
.ContractId(exports.AnyContract)
|
|
6625
|
+
.ContractId(exports$1.AnyContract)
|
|
6626
6626
|
.encode(__typed__.value),
|
|
6627
6627
|
}
|
|
6628
6628
|
case 'AV_List':
|
|
6629
6629
|
return {
|
|
6630
6630
|
tag: __typed__.tag,
|
|
6631
6631
|
value: damlTypes
|
|
6632
|
-
.List(exports.AnyValue)
|
|
6632
|
+
.List(exports$1.AnyValue)
|
|
6633
6633
|
.encode(__typed__.value),
|
|
6634
6634
|
}
|
|
6635
6635
|
case 'AV_Map':
|
|
6636
6636
|
return {
|
|
6637
6637
|
tag: __typed__.tag,
|
|
6638
6638
|
value: damlTypes
|
|
6639
|
-
.TextMap(exports.AnyValue)
|
|
6639
|
+
.TextMap(exports$1.AnyValue)
|
|
6640
6640
|
.encode(__typed__.value),
|
|
6641
6641
|
}
|
|
6642
6642
|
default:
|
|
@@ -6648,17 +6648,17 @@ function requireModule$5 () {
|
|
|
6648
6648
|
}
|
|
6649
6649
|
},
|
|
6650
6650
|
};
|
|
6651
|
-
} (module$
|
|
6652
|
-
return module$
|
|
6651
|
+
} (module$3));
|
|
6652
|
+
return module$3;
|
|
6653
6653
|
}
|
|
6654
6654
|
|
|
6655
6655
|
var hasRequiredModule$4;
|
|
6656
6656
|
|
|
6657
6657
|
function requireModule$4 () {
|
|
6658
|
-
if (hasRequiredModule$4) return module$
|
|
6658
|
+
if (hasRequiredModule$4) return module$5;
|
|
6659
6659
|
hasRequiredModule$4 = 1;
|
|
6660
|
-
(function (exports) {
|
|
6661
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6660
|
+
(function (exports$1) {
|
|
6661
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6662
6662
|
/* eslint-disable-next-line no-unused-vars */
|
|
6663
6663
|
var jtv = require$$0;
|
|
6664
6664
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -6671,15 +6671,15 @@ function requireModule$4 () {
|
|
|
6671
6671
|
|
|
6672
6672
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
6673
6673
|
|
|
6674
|
-
exports.Holding = damlTypes.assembleInterface(
|
|
6674
|
+
exports$1.Holding = damlTypes.assembleInterface(
|
|
6675
6675
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.HoldingV1:Holding',
|
|
6676
6676
|
function () {
|
|
6677
|
-
return exports.HoldingView
|
|
6677
|
+
return exports$1.HoldingView
|
|
6678
6678
|
},
|
|
6679
6679
|
{
|
|
6680
6680
|
Archive: {
|
|
6681
6681
|
template: function () {
|
|
6682
|
-
return exports.Holding
|
|
6682
|
+
return exports$1.Holding
|
|
6683
6683
|
},
|
|
6684
6684
|
choiceName: 'Archive',
|
|
6685
6685
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -6701,15 +6701,15 @@ function requireModule$4 () {
|
|
|
6701
6701
|
}
|
|
6702
6702
|
);
|
|
6703
6703
|
|
|
6704
|
-
exports.HoldingView = {
|
|
6704
|
+
exports$1.HoldingView = {
|
|
6705
6705
|
decoder: damlTypes.lazyMemo(function () {
|
|
6706
6706
|
return jtv.object({
|
|
6707
6707
|
owner: damlTypes.Party.decoder,
|
|
6708
|
-
instrumentId: exports.InstrumentId.decoder,
|
|
6708
|
+
instrumentId: exports$1.InstrumentId.decoder,
|
|
6709
6709
|
amount: damlTypes.Numeric(10).decoder,
|
|
6710
6710
|
lock: jtv.Decoder.withDefault(
|
|
6711
6711
|
null,
|
|
6712
|
-
damlTypes.Optional(exports.Lock).decoder
|
|
6712
|
+
damlTypes.Optional(exports$1.Lock).decoder
|
|
6713
6713
|
),
|
|
6714
6714
|
meta: Splice_Api_Token_MetadataV1.Metadata.decoder,
|
|
6715
6715
|
})
|
|
@@ -6717,15 +6717,15 @@ function requireModule$4 () {
|
|
|
6717
6717
|
encode: function (__typed__) {
|
|
6718
6718
|
return {
|
|
6719
6719
|
owner: damlTypes.Party.encode(__typed__.owner),
|
|
6720
|
-
instrumentId: exports.InstrumentId.encode(__typed__.instrumentId),
|
|
6720
|
+
instrumentId: exports$1.InstrumentId.encode(__typed__.instrumentId),
|
|
6721
6721
|
amount: damlTypes.Numeric(10).encode(__typed__.amount),
|
|
6722
|
-
lock: damlTypes.Optional(exports.Lock).encode(__typed__.lock),
|
|
6722
|
+
lock: damlTypes.Optional(exports$1.Lock).encode(__typed__.lock),
|
|
6723
6723
|
meta: Splice_Api_Token_MetadataV1.Metadata.encode(__typed__.meta),
|
|
6724
6724
|
}
|
|
6725
6725
|
},
|
|
6726
6726
|
};
|
|
6727
6727
|
|
|
6728
|
-
exports.Lock = {
|
|
6728
|
+
exports$1.Lock = {
|
|
6729
6729
|
decoder: damlTypes.lazyMemo(function () {
|
|
6730
6730
|
return jtv.object({
|
|
6731
6731
|
holders: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -6765,7 +6765,7 @@ function requireModule$4 () {
|
|
|
6765
6765
|
},
|
|
6766
6766
|
};
|
|
6767
6767
|
|
|
6768
|
-
exports.InstrumentId = {
|
|
6768
|
+
exports$1.InstrumentId = {
|
|
6769
6769
|
decoder: damlTypes.lazyMemo(function () {
|
|
6770
6770
|
return jtv.object({
|
|
6771
6771
|
admin: damlTypes.Party.decoder,
|
|
@@ -6779,17 +6779,17 @@ function requireModule$4 () {
|
|
|
6779
6779
|
}
|
|
6780
6780
|
},
|
|
6781
6781
|
};
|
|
6782
|
-
} (module$
|
|
6783
|
-
return module$
|
|
6782
|
+
} (module$5));
|
|
6783
|
+
return module$5;
|
|
6784
6784
|
}
|
|
6785
6785
|
|
|
6786
6786
|
var hasRequiredModule$3;
|
|
6787
6787
|
|
|
6788
6788
|
function requireModule$3 () {
|
|
6789
|
-
if (hasRequiredModule$3) return module$
|
|
6789
|
+
if (hasRequiredModule$3) return module$6;
|
|
6790
6790
|
hasRequiredModule$3 = 1;
|
|
6791
|
-
(function (exports) {
|
|
6792
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6791
|
+
(function (exports$1) {
|
|
6792
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
6793
6793
|
/* eslint-disable-next-line no-unused-vars */
|
|
6794
6794
|
var jtv = require$$0;
|
|
6795
6795
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -6802,15 +6802,15 @@ function requireModule$3 () {
|
|
|
6802
6802
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
6803
6803
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
6804
6804
|
|
|
6805
|
-
exports.Allocation = damlTypes.assembleInterface(
|
|
6805
|
+
exports$1.Allocation = damlTypes.assembleInterface(
|
|
6806
6806
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationV1:Allocation',
|
|
6807
6807
|
function () {
|
|
6808
|
-
return exports.AllocationView
|
|
6808
|
+
return exports$1.AllocationView
|
|
6809
6809
|
},
|
|
6810
6810
|
{
|
|
6811
6811
|
Archive: {
|
|
6812
6812
|
template: function () {
|
|
6813
|
-
return exports.Allocation
|
|
6813
|
+
return exports$1.Allocation
|
|
6814
6814
|
},
|
|
6815
6815
|
choiceName: 'Archive',
|
|
6816
6816
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -6831,56 +6831,56 @@ function requireModule$3 () {
|
|
|
6831
6831
|
},
|
|
6832
6832
|
Allocation_Withdraw: {
|
|
6833
6833
|
template: function () {
|
|
6834
|
-
return exports.Allocation
|
|
6834
|
+
return exports$1.Allocation
|
|
6835
6835
|
},
|
|
6836
6836
|
choiceName: 'Allocation_Withdraw',
|
|
6837
6837
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
6838
|
-
return exports.Allocation_Withdraw.decoder
|
|
6838
|
+
return exports$1.Allocation_Withdraw.decoder
|
|
6839
6839
|
}),
|
|
6840
6840
|
argumentEncode: function (__typed__) {
|
|
6841
|
-
return exports.Allocation_Withdraw.encode(__typed__)
|
|
6841
|
+
return exports$1.Allocation_Withdraw.encode(__typed__)
|
|
6842
6842
|
},
|
|
6843
6843
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
6844
|
-
return exports.Allocation_WithdrawResult.decoder
|
|
6844
|
+
return exports$1.Allocation_WithdrawResult.decoder
|
|
6845
6845
|
}),
|
|
6846
6846
|
resultEncode: function (__typed__) {
|
|
6847
|
-
return exports.Allocation_WithdrawResult.encode(__typed__)
|
|
6847
|
+
return exports$1.Allocation_WithdrawResult.encode(__typed__)
|
|
6848
6848
|
},
|
|
6849
6849
|
},
|
|
6850
6850
|
Allocation_Cancel: {
|
|
6851
6851
|
template: function () {
|
|
6852
|
-
return exports.Allocation
|
|
6852
|
+
return exports$1.Allocation
|
|
6853
6853
|
},
|
|
6854
6854
|
choiceName: 'Allocation_Cancel',
|
|
6855
6855
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
6856
|
-
return exports.Allocation_Cancel.decoder
|
|
6856
|
+
return exports$1.Allocation_Cancel.decoder
|
|
6857
6857
|
}),
|
|
6858
6858
|
argumentEncode: function (__typed__) {
|
|
6859
|
-
return exports.Allocation_Cancel.encode(__typed__)
|
|
6859
|
+
return exports$1.Allocation_Cancel.encode(__typed__)
|
|
6860
6860
|
},
|
|
6861
6861
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
6862
|
-
return exports.Allocation_CancelResult.decoder
|
|
6862
|
+
return exports$1.Allocation_CancelResult.decoder
|
|
6863
6863
|
}),
|
|
6864
6864
|
resultEncode: function (__typed__) {
|
|
6865
|
-
return exports.Allocation_CancelResult.encode(__typed__)
|
|
6865
|
+
return exports$1.Allocation_CancelResult.encode(__typed__)
|
|
6866
6866
|
},
|
|
6867
6867
|
},
|
|
6868
6868
|
Allocation_ExecuteTransfer: {
|
|
6869
6869
|
template: function () {
|
|
6870
|
-
return exports.Allocation
|
|
6870
|
+
return exports$1.Allocation
|
|
6871
6871
|
},
|
|
6872
6872
|
choiceName: 'Allocation_ExecuteTransfer',
|
|
6873
6873
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
6874
|
-
return exports.Allocation_ExecuteTransfer.decoder
|
|
6874
|
+
return exports$1.Allocation_ExecuteTransfer.decoder
|
|
6875
6875
|
}),
|
|
6876
6876
|
argumentEncode: function (__typed__) {
|
|
6877
|
-
return exports.Allocation_ExecuteTransfer.encode(__typed__)
|
|
6877
|
+
return exports$1.Allocation_ExecuteTransfer.encode(__typed__)
|
|
6878
6878
|
},
|
|
6879
6879
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
6880
|
-
return exports.Allocation_ExecuteTransferResult.decoder
|
|
6880
|
+
return exports$1.Allocation_ExecuteTransferResult.decoder
|
|
6881
6881
|
}),
|
|
6882
6882
|
resultEncode: function (__typed__) {
|
|
6883
|
-
return exports.Allocation_ExecuteTransferResult.encode(
|
|
6883
|
+
return exports$1.Allocation_ExecuteTransferResult.encode(
|
|
6884
6884
|
__typed__
|
|
6885
6885
|
)
|
|
6886
6886
|
},
|
|
@@ -6888,7 +6888,7 @@ function requireModule$3 () {
|
|
|
6888
6888
|
}
|
|
6889
6889
|
);
|
|
6890
6890
|
|
|
6891
|
-
exports.Allocation_WithdrawResult = {
|
|
6891
|
+
exports$1.Allocation_WithdrawResult = {
|
|
6892
6892
|
decoder: damlTypes.lazyMemo(function () {
|
|
6893
6893
|
return jtv.object({
|
|
6894
6894
|
senderHoldingCids: damlTypes.List(
|
|
@@ -6907,7 +6907,7 @@ function requireModule$3 () {
|
|
|
6907
6907
|
},
|
|
6908
6908
|
};
|
|
6909
6909
|
|
|
6910
|
-
exports.Allocation_CancelResult = {
|
|
6910
|
+
exports$1.Allocation_CancelResult = {
|
|
6911
6911
|
decoder: damlTypes.lazyMemo(function () {
|
|
6912
6912
|
return jtv.object({
|
|
6913
6913
|
senderHoldingCids: damlTypes.List(
|
|
@@ -6926,7 +6926,7 @@ function requireModule$3 () {
|
|
|
6926
6926
|
},
|
|
6927
6927
|
};
|
|
6928
6928
|
|
|
6929
|
-
exports.Allocation_ExecuteTransferResult = {
|
|
6929
|
+
exports$1.Allocation_ExecuteTransferResult = {
|
|
6930
6930
|
decoder: damlTypes.lazyMemo(function () {
|
|
6931
6931
|
return jtv.object({
|
|
6932
6932
|
senderHoldingCids: damlTypes.List(
|
|
@@ -6951,7 +6951,7 @@ function requireModule$3 () {
|
|
|
6951
6951
|
},
|
|
6952
6952
|
};
|
|
6953
6953
|
|
|
6954
|
-
exports.Allocation_Withdraw = {
|
|
6954
|
+
exports$1.Allocation_Withdraw = {
|
|
6955
6955
|
decoder: damlTypes.lazyMemo(function () {
|
|
6956
6956
|
return jtv.object({
|
|
6957
6957
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -6966,7 +6966,7 @@ function requireModule$3 () {
|
|
|
6966
6966
|
},
|
|
6967
6967
|
};
|
|
6968
6968
|
|
|
6969
|
-
exports.Allocation_Cancel = {
|
|
6969
|
+
exports$1.Allocation_Cancel = {
|
|
6970
6970
|
decoder: damlTypes.lazyMemo(function () {
|
|
6971
6971
|
return jtv.object({
|
|
6972
6972
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -6981,7 +6981,7 @@ function requireModule$3 () {
|
|
|
6981
6981
|
},
|
|
6982
6982
|
};
|
|
6983
6983
|
|
|
6984
|
-
exports.Allocation_ExecuteTransfer = {
|
|
6984
|
+
exports$1.Allocation_ExecuteTransfer = {
|
|
6985
6985
|
decoder: damlTypes.lazyMemo(function () {
|
|
6986
6986
|
return jtv.object({
|
|
6987
6987
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -6996,10 +6996,10 @@ function requireModule$3 () {
|
|
|
6996
6996
|
},
|
|
6997
6997
|
};
|
|
6998
6998
|
|
|
6999
|
-
exports.AllocationView = {
|
|
6999
|
+
exports$1.AllocationView = {
|
|
7000
7000
|
decoder: damlTypes.lazyMemo(function () {
|
|
7001
7001
|
return jtv.object({
|
|
7002
|
-
allocation: exports.AllocationSpecification.decoder,
|
|
7002
|
+
allocation: exports$1.AllocationSpecification.decoder,
|
|
7003
7003
|
holdingCids: damlTypes.List(
|
|
7004
7004
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
7005
7005
|
).decoder,
|
|
@@ -7008,7 +7008,7 @@ function requireModule$3 () {
|
|
|
7008
7008
|
}),
|
|
7009
7009
|
encode: function (__typed__) {
|
|
7010
7010
|
return {
|
|
7011
|
-
allocation: exports.AllocationSpecification.encode(
|
|
7011
|
+
allocation: exports$1.AllocationSpecification.encode(
|
|
7012
7012
|
__typed__.allocation
|
|
7013
7013
|
),
|
|
7014
7014
|
holdingCids: damlTypes
|
|
@@ -7019,24 +7019,24 @@ function requireModule$3 () {
|
|
|
7019
7019
|
},
|
|
7020
7020
|
};
|
|
7021
7021
|
|
|
7022
|
-
exports.AllocationSpecification = {
|
|
7022
|
+
exports$1.AllocationSpecification = {
|
|
7023
7023
|
decoder: damlTypes.lazyMemo(function () {
|
|
7024
7024
|
return jtv.object({
|
|
7025
|
-
settlement: exports.SettlementInfo.decoder,
|
|
7025
|
+
settlement: exports$1.SettlementInfo.decoder,
|
|
7026
7026
|
transferLegId: damlTypes.Text.decoder,
|
|
7027
|
-
transferLeg: exports.TransferLeg.decoder,
|
|
7027
|
+
transferLeg: exports$1.TransferLeg.decoder,
|
|
7028
7028
|
})
|
|
7029
7029
|
}),
|
|
7030
7030
|
encode: function (__typed__) {
|
|
7031
7031
|
return {
|
|
7032
|
-
settlement: exports.SettlementInfo.encode(__typed__.settlement),
|
|
7032
|
+
settlement: exports$1.SettlementInfo.encode(__typed__.settlement),
|
|
7033
7033
|
transferLegId: damlTypes.Text.encode(__typed__.transferLegId),
|
|
7034
|
-
transferLeg: exports.TransferLeg.encode(__typed__.transferLeg),
|
|
7034
|
+
transferLeg: exports$1.TransferLeg.encode(__typed__.transferLeg),
|
|
7035
7035
|
}
|
|
7036
7036
|
},
|
|
7037
7037
|
};
|
|
7038
7038
|
|
|
7039
|
-
exports.TransferLeg = {
|
|
7039
|
+
exports$1.TransferLeg = {
|
|
7040
7040
|
decoder: damlTypes.lazyMemo(function () {
|
|
7041
7041
|
return jtv.object({
|
|
7042
7042
|
sender: damlTypes.Party.decoder,
|
|
@@ -7059,11 +7059,11 @@ function requireModule$3 () {
|
|
|
7059
7059
|
},
|
|
7060
7060
|
};
|
|
7061
7061
|
|
|
7062
|
-
exports.SettlementInfo = {
|
|
7062
|
+
exports$1.SettlementInfo = {
|
|
7063
7063
|
decoder: damlTypes.lazyMemo(function () {
|
|
7064
7064
|
return jtv.object({
|
|
7065
7065
|
executor: damlTypes.Party.decoder,
|
|
7066
|
-
settlementRef: exports.Reference.decoder,
|
|
7066
|
+
settlementRef: exports$1.Reference.decoder,
|
|
7067
7067
|
requestedAt: damlTypes.Time.decoder,
|
|
7068
7068
|
allocateBefore: damlTypes.Time.decoder,
|
|
7069
7069
|
settleBefore: damlTypes.Time.decoder,
|
|
@@ -7073,7 +7073,7 @@ function requireModule$3 () {
|
|
|
7073
7073
|
encode: function (__typed__) {
|
|
7074
7074
|
return {
|
|
7075
7075
|
executor: damlTypes.Party.encode(__typed__.executor),
|
|
7076
|
-
settlementRef: exports.Reference.encode(__typed__.settlementRef),
|
|
7076
|
+
settlementRef: exports$1.Reference.encode(__typed__.settlementRef),
|
|
7077
7077
|
requestedAt: damlTypes.Time.encode(__typed__.requestedAt),
|
|
7078
7078
|
allocateBefore: damlTypes.Time.encode(__typed__.allocateBefore),
|
|
7079
7079
|
settleBefore: damlTypes.Time.encode(__typed__.settleBefore),
|
|
@@ -7082,7 +7082,7 @@ function requireModule$3 () {
|
|
|
7082
7082
|
},
|
|
7083
7083
|
};
|
|
7084
7084
|
|
|
7085
|
-
exports.Reference = {
|
|
7085
|
+
exports$1.Reference = {
|
|
7086
7086
|
decoder: damlTypes.lazyMemo(function () {
|
|
7087
7087
|
return jtv.object({
|
|
7088
7088
|
id: damlTypes.Text.decoder,
|
|
@@ -7109,17 +7109,17 @@ function requireModule$3 () {
|
|
|
7109
7109
|
}
|
|
7110
7110
|
},
|
|
7111
7111
|
};
|
|
7112
|
-
} (module$
|
|
7113
|
-
return module$
|
|
7112
|
+
} (module$6));
|
|
7113
|
+
return module$6;
|
|
7114
7114
|
}
|
|
7115
7115
|
|
|
7116
7116
|
var hasRequiredModule$2;
|
|
7117
7117
|
|
|
7118
7118
|
function requireModule$2 () {
|
|
7119
|
-
if (hasRequiredModule$2) return module$
|
|
7119
|
+
if (hasRequiredModule$2) return module$8;
|
|
7120
7120
|
hasRequiredModule$2 = 1;
|
|
7121
|
-
(function (exports) {
|
|
7122
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7121
|
+
(function (exports$1) {
|
|
7122
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
7123
7123
|
/* eslint-disable-next-line no-unused-vars */
|
|
7124
7124
|
var jtv = require$$0;
|
|
7125
7125
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -7133,15 +7133,15 @@ function requireModule$2 () {
|
|
|
7133
7133
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
7134
7134
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
7135
7135
|
|
|
7136
|
-
exports.AllocationFactory = damlTypes.assembleInterface(
|
|
7136
|
+
exports$1.AllocationFactory = damlTypes.assembleInterface(
|
|
7137
7137
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationInstructionV1:AllocationFactory',
|
|
7138
7138
|
function () {
|
|
7139
|
-
return exports.AllocationFactoryView
|
|
7139
|
+
return exports$1.AllocationFactoryView
|
|
7140
7140
|
},
|
|
7141
7141
|
{
|
|
7142
7142
|
Archive: {
|
|
7143
7143
|
template: function () {
|
|
7144
|
-
return exports.AllocationFactory
|
|
7144
|
+
return exports$1.AllocationFactory
|
|
7145
7145
|
},
|
|
7146
7146
|
choiceName: 'Archive',
|
|
7147
7147
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -7162,52 +7162,52 @@ function requireModule$2 () {
|
|
|
7162
7162
|
},
|
|
7163
7163
|
AllocationFactory_Allocate: {
|
|
7164
7164
|
template: function () {
|
|
7165
|
-
return exports.AllocationFactory
|
|
7165
|
+
return exports$1.AllocationFactory
|
|
7166
7166
|
},
|
|
7167
7167
|
choiceName: 'AllocationFactory_Allocate',
|
|
7168
7168
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7169
|
-
return exports.AllocationFactory_Allocate.decoder
|
|
7169
|
+
return exports$1.AllocationFactory_Allocate.decoder
|
|
7170
7170
|
}),
|
|
7171
7171
|
argumentEncode: function (__typed__) {
|
|
7172
|
-
return exports.AllocationFactory_Allocate.encode(__typed__)
|
|
7172
|
+
return exports$1.AllocationFactory_Allocate.encode(__typed__)
|
|
7173
7173
|
},
|
|
7174
7174
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7175
|
-
return exports.AllocationInstructionResult.decoder
|
|
7175
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
7176
7176
|
}),
|
|
7177
7177
|
resultEncode: function (__typed__) {
|
|
7178
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
7178
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
7179
7179
|
},
|
|
7180
7180
|
},
|
|
7181
7181
|
AllocationFactory_PublicFetch: {
|
|
7182
7182
|
template: function () {
|
|
7183
|
-
return exports.AllocationFactory
|
|
7183
|
+
return exports$1.AllocationFactory
|
|
7184
7184
|
},
|
|
7185
7185
|
choiceName: 'AllocationFactory_PublicFetch',
|
|
7186
7186
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7187
|
-
return exports.AllocationFactory_PublicFetch.decoder
|
|
7187
|
+
return exports$1.AllocationFactory_PublicFetch.decoder
|
|
7188
7188
|
}),
|
|
7189
7189
|
argumentEncode: function (__typed__) {
|
|
7190
|
-
return exports.AllocationFactory_PublicFetch.encode(__typed__)
|
|
7190
|
+
return exports$1.AllocationFactory_PublicFetch.encode(__typed__)
|
|
7191
7191
|
},
|
|
7192
7192
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7193
|
-
return exports.AllocationFactoryView.decoder
|
|
7193
|
+
return exports$1.AllocationFactoryView.decoder
|
|
7194
7194
|
}),
|
|
7195
7195
|
resultEncode: function (__typed__) {
|
|
7196
|
-
return exports.AllocationFactoryView.encode(__typed__)
|
|
7196
|
+
return exports$1.AllocationFactoryView.encode(__typed__)
|
|
7197
7197
|
},
|
|
7198
7198
|
},
|
|
7199
7199
|
}
|
|
7200
7200
|
);
|
|
7201
7201
|
|
|
7202
|
-
exports.AllocationInstruction = damlTypes.assembleInterface(
|
|
7202
|
+
exports$1.AllocationInstruction = damlTypes.assembleInterface(
|
|
7203
7203
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction',
|
|
7204
7204
|
function () {
|
|
7205
|
-
return exports.AllocationInstructionView
|
|
7205
|
+
return exports$1.AllocationInstructionView
|
|
7206
7206
|
},
|
|
7207
7207
|
{
|
|
7208
7208
|
Archive: {
|
|
7209
7209
|
template: function () {
|
|
7210
|
-
return exports.AllocationInstruction
|
|
7210
|
+
return exports$1.AllocationInstruction
|
|
7211
7211
|
},
|
|
7212
7212
|
choiceName: 'Archive',
|
|
7213
7213
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -7228,54 +7228,54 @@ function requireModule$2 () {
|
|
|
7228
7228
|
},
|
|
7229
7229
|
AllocationInstruction_Withdraw: {
|
|
7230
7230
|
template: function () {
|
|
7231
|
-
return exports.AllocationInstruction
|
|
7231
|
+
return exports$1.AllocationInstruction
|
|
7232
7232
|
},
|
|
7233
7233
|
choiceName: 'AllocationInstruction_Withdraw',
|
|
7234
7234
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7235
|
-
return exports.AllocationInstruction_Withdraw.decoder
|
|
7235
|
+
return exports$1.AllocationInstruction_Withdraw.decoder
|
|
7236
7236
|
}),
|
|
7237
7237
|
argumentEncode: function (__typed__) {
|
|
7238
|
-
return exports.AllocationInstruction_Withdraw.encode(__typed__)
|
|
7238
|
+
return exports$1.AllocationInstruction_Withdraw.encode(__typed__)
|
|
7239
7239
|
},
|
|
7240
7240
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7241
|
-
return exports.AllocationInstructionResult.decoder
|
|
7241
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
7242
7242
|
}),
|
|
7243
7243
|
resultEncode: function (__typed__) {
|
|
7244
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
7244
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
7245
7245
|
},
|
|
7246
7246
|
},
|
|
7247
7247
|
AllocationInstruction_Update: {
|
|
7248
7248
|
template: function () {
|
|
7249
|
-
return exports.AllocationInstruction
|
|
7249
|
+
return exports$1.AllocationInstruction
|
|
7250
7250
|
},
|
|
7251
7251
|
choiceName: 'AllocationInstruction_Update',
|
|
7252
7252
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7253
|
-
return exports.AllocationInstruction_Update.decoder
|
|
7253
|
+
return exports$1.AllocationInstruction_Update.decoder
|
|
7254
7254
|
}),
|
|
7255
7255
|
argumentEncode: function (__typed__) {
|
|
7256
|
-
return exports.AllocationInstruction_Update.encode(__typed__)
|
|
7256
|
+
return exports$1.AllocationInstruction_Update.encode(__typed__)
|
|
7257
7257
|
},
|
|
7258
7258
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7259
|
-
return exports.AllocationInstructionResult.decoder
|
|
7259
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
7260
7260
|
}),
|
|
7261
7261
|
resultEncode: function (__typed__) {
|
|
7262
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
7262
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
7263
7263
|
},
|
|
7264
7264
|
},
|
|
7265
7265
|
}
|
|
7266
7266
|
);
|
|
7267
7267
|
|
|
7268
|
-
exports.AllocationInstructionResult_Output = {
|
|
7268
|
+
exports$1.AllocationInstructionResult_Output = {
|
|
7269
7269
|
decoder: damlTypes.lazyMemo(function () {
|
|
7270
7270
|
return jtv.oneOf(
|
|
7271
7271
|
jtv.object({
|
|
7272
7272
|
tag: jtv.constant('AllocationInstructionResult_Pending'),
|
|
7273
|
-
value: exports.AllocationInstructionResult_Output
|
|
7273
|
+
value: exports$1.AllocationInstructionResult_Output
|
|
7274
7274
|
.AllocationInstructionResult_Pending.decoder,
|
|
7275
7275
|
}),
|
|
7276
7276
|
jtv.object({
|
|
7277
7277
|
tag: jtv.constant('AllocationInstructionResult_Completed'),
|
|
7278
|
-
value: exports.AllocationInstructionResult_Output
|
|
7278
|
+
value: exports$1.AllocationInstructionResult_Output
|
|
7279
7279
|
.AllocationInstructionResult_Completed.decoder,
|
|
7280
7280
|
}),
|
|
7281
7281
|
jtv.object({
|
|
@@ -7289,14 +7289,14 @@ function requireModule$2 () {
|
|
|
7289
7289
|
case 'AllocationInstructionResult_Pending':
|
|
7290
7290
|
return {
|
|
7291
7291
|
tag: __typed__.tag,
|
|
7292
|
-
value: exports.AllocationInstructionResult_Output.AllocationInstructionResult_Pending.encode(
|
|
7292
|
+
value: exports$1.AllocationInstructionResult_Output.AllocationInstructionResult_Pending.encode(
|
|
7293
7293
|
__typed__.value
|
|
7294
7294
|
),
|
|
7295
7295
|
}
|
|
7296
7296
|
case 'AllocationInstructionResult_Completed':
|
|
7297
7297
|
return {
|
|
7298
7298
|
tag: __typed__.tag,
|
|
7299
|
-
value: exports.AllocationInstructionResult_Output.AllocationInstructionResult_Completed.encode(
|
|
7299
|
+
value: exports$1.AllocationInstructionResult_Output.AllocationInstructionResult_Completed.encode(
|
|
7300
7300
|
__typed__.value
|
|
7301
7301
|
),
|
|
7302
7302
|
}
|
|
@@ -7317,14 +7317,14 @@ function requireModule$2 () {
|
|
|
7317
7317
|
decoder: damlTypes.lazyMemo(function () {
|
|
7318
7318
|
return jtv.object({
|
|
7319
7319
|
allocationInstructionCid: damlTypes.ContractId(
|
|
7320
|
-
exports.AllocationInstruction
|
|
7320
|
+
exports$1.AllocationInstruction
|
|
7321
7321
|
).decoder,
|
|
7322
7322
|
})
|
|
7323
7323
|
}),
|
|
7324
7324
|
encode: function (__typed__) {
|
|
7325
7325
|
return {
|
|
7326
7326
|
allocationInstructionCid: damlTypes
|
|
7327
|
-
.ContractId(exports.AllocationInstruction)
|
|
7327
|
+
.ContractId(exports$1.AllocationInstruction)
|
|
7328
7328
|
.encode(__typed__.allocationInstructionCid),
|
|
7329
7329
|
}
|
|
7330
7330
|
},
|
|
@@ -7347,10 +7347,10 @@ function requireModule$2 () {
|
|
|
7347
7347
|
},
|
|
7348
7348
|
};
|
|
7349
7349
|
|
|
7350
|
-
exports.AllocationInstructionResult = {
|
|
7350
|
+
exports$1.AllocationInstructionResult = {
|
|
7351
7351
|
decoder: damlTypes.lazyMemo(function () {
|
|
7352
7352
|
return jtv.object({
|
|
7353
|
-
output: exports.AllocationInstructionResult_Output.decoder,
|
|
7353
|
+
output: exports$1.AllocationInstructionResult_Output.decoder,
|
|
7354
7354
|
senderChangeCids: damlTypes.List(
|
|
7355
7355
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
7356
7356
|
).decoder,
|
|
@@ -7359,7 +7359,7 @@ function requireModule$2 () {
|
|
|
7359
7359
|
}),
|
|
7360
7360
|
encode: function (__typed__) {
|
|
7361
7361
|
return {
|
|
7362
|
-
output: exports.AllocationInstructionResult_Output.encode(
|
|
7362
|
+
output: exports$1.AllocationInstructionResult_Output.encode(
|
|
7363
7363
|
__typed__.output
|
|
7364
7364
|
),
|
|
7365
7365
|
senderChangeCids: damlTypes
|
|
@@ -7370,7 +7370,7 @@ function requireModule$2 () {
|
|
|
7370
7370
|
},
|
|
7371
7371
|
};
|
|
7372
7372
|
|
|
7373
|
-
exports.AllocationFactory_PublicFetch = {
|
|
7373
|
+
exports$1.AllocationFactory_PublicFetch = {
|
|
7374
7374
|
decoder: damlTypes.lazyMemo(function () {
|
|
7375
7375
|
return jtv.object({
|
|
7376
7376
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -7385,7 +7385,7 @@ function requireModule$2 () {
|
|
|
7385
7385
|
},
|
|
7386
7386
|
};
|
|
7387
7387
|
|
|
7388
|
-
exports.AllocationFactory_Allocate = {
|
|
7388
|
+
exports$1.AllocationFactory_Allocate = {
|
|
7389
7389
|
decoder: damlTypes.lazyMemo(function () {
|
|
7390
7390
|
return jtv.object({
|
|
7391
7391
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -7416,7 +7416,7 @@ function requireModule$2 () {
|
|
|
7416
7416
|
},
|
|
7417
7417
|
};
|
|
7418
7418
|
|
|
7419
|
-
exports.AllocationFactoryView = {
|
|
7419
|
+
exports$1.AllocationFactoryView = {
|
|
7420
7420
|
decoder: damlTypes.lazyMemo(function () {
|
|
7421
7421
|
return jtv.object({
|
|
7422
7422
|
admin: damlTypes.Party.decoder,
|
|
@@ -7431,7 +7431,7 @@ function requireModule$2 () {
|
|
|
7431
7431
|
},
|
|
7432
7432
|
};
|
|
7433
7433
|
|
|
7434
|
-
exports.AllocationInstruction_Update = {
|
|
7434
|
+
exports$1.AllocationInstruction_Update = {
|
|
7435
7435
|
decoder: damlTypes.lazyMemo(function () {
|
|
7436
7436
|
return jtv.object({
|
|
7437
7437
|
extraActors: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -7450,7 +7450,7 @@ function requireModule$2 () {
|
|
|
7450
7450
|
},
|
|
7451
7451
|
};
|
|
7452
7452
|
|
|
7453
|
-
exports.AllocationInstruction_Withdraw = {
|
|
7453
|
+
exports$1.AllocationInstruction_Withdraw = {
|
|
7454
7454
|
decoder: damlTypes.lazyMemo(function () {
|
|
7455
7455
|
return jtv.object({
|
|
7456
7456
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -7465,13 +7465,13 @@ function requireModule$2 () {
|
|
|
7465
7465
|
},
|
|
7466
7466
|
};
|
|
7467
7467
|
|
|
7468
|
-
exports.AllocationInstructionView = {
|
|
7468
|
+
exports$1.AllocationInstructionView = {
|
|
7469
7469
|
decoder: damlTypes.lazyMemo(function () {
|
|
7470
7470
|
return jtv.object({
|
|
7471
7471
|
originalInstructionCid: jtv.Decoder.withDefault(
|
|
7472
7472
|
null,
|
|
7473
7473
|
damlTypes.Optional(
|
|
7474
|
-
damlTypes.ContractId(exports.AllocationInstruction)
|
|
7474
|
+
damlTypes.ContractId(exports$1.AllocationInstruction)
|
|
7475
7475
|
).decoder
|
|
7476
7476
|
),
|
|
7477
7477
|
allocation:
|
|
@@ -7488,7 +7488,7 @@ function requireModule$2 () {
|
|
|
7488
7488
|
encode: function (__typed__) {
|
|
7489
7489
|
return {
|
|
7490
7490
|
originalInstructionCid: damlTypes
|
|
7491
|
-
.Optional(damlTypes.ContractId(exports.AllocationInstruction))
|
|
7491
|
+
.Optional(damlTypes.ContractId(exports$1.AllocationInstruction))
|
|
7492
7492
|
.encode(__typed__.originalInstructionCid),
|
|
7493
7493
|
allocation:
|
|
7494
7494
|
Splice_Api_Token_AllocationV1.AllocationSpecification.encode(
|
|
@@ -7505,8 +7505,8 @@ function requireModule$2 () {
|
|
|
7505
7505
|
}
|
|
7506
7506
|
},
|
|
7507
7507
|
};
|
|
7508
|
-
} (module$
|
|
7509
|
-
return module$
|
|
7508
|
+
} (module$8));
|
|
7509
|
+
return module$8;
|
|
7510
7510
|
}
|
|
7511
7511
|
|
|
7512
7512
|
var hasRequiredAllocationInstructionV1;
|
|
@@ -7514,13 +7514,13 @@ var hasRequiredAllocationInstructionV1;
|
|
|
7514
7514
|
function requireAllocationInstructionV1 () {
|
|
7515
7515
|
if (hasRequiredAllocationInstructionV1) return AllocationInstructionV1$1;
|
|
7516
7516
|
hasRequiredAllocationInstructionV1 = 1;
|
|
7517
|
-
(function (exports) {
|
|
7517
|
+
(function (exports$1) {
|
|
7518
7518
|
/* eslint-disable-next-line no-unused-vars */
|
|
7519
7519
|
function __export(m) {
|
|
7520
7520
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
7521
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
7521
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
7522
7522
|
}
|
|
7523
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7523
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
7524
7524
|
__export(requireModule$2());
|
|
7525
7525
|
} (AllocationInstructionV1$1));
|
|
7526
7526
|
return AllocationInstructionV1$1;
|
|
@@ -7528,15 +7528,15 @@ function requireAllocationInstructionV1 () {
|
|
|
7528
7528
|
|
|
7529
7529
|
var AllocationRequestV1$1 = {};
|
|
7530
7530
|
|
|
7531
|
-
var module$
|
|
7531
|
+
var module$2 = {};
|
|
7532
7532
|
|
|
7533
7533
|
var hasRequiredModule$1;
|
|
7534
7534
|
|
|
7535
7535
|
function requireModule$1 () {
|
|
7536
|
-
if (hasRequiredModule$1) return module$
|
|
7536
|
+
if (hasRequiredModule$1) return module$2;
|
|
7537
7537
|
hasRequiredModule$1 = 1;
|
|
7538
|
-
(function (exports) {
|
|
7539
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7538
|
+
(function (exports$1) {
|
|
7539
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
7540
7540
|
/* eslint-disable-next-line no-unused-vars */
|
|
7541
7541
|
var jtv = require$$0;
|
|
7542
7542
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -7549,15 +7549,15 @@ function requireModule$1 () {
|
|
|
7549
7549
|
var Splice_Api_Token_AllocationV1 = requireModule$3();
|
|
7550
7550
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
7551
7551
|
|
|
7552
|
-
exports.AllocationRequest = damlTypes.assembleInterface(
|
|
7552
|
+
exports$1.AllocationRequest = damlTypes.assembleInterface(
|
|
7553
7553
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationRequestV1:AllocationRequest',
|
|
7554
7554
|
function () {
|
|
7555
|
-
return exports.AllocationRequestView
|
|
7555
|
+
return exports$1.AllocationRequestView
|
|
7556
7556
|
},
|
|
7557
7557
|
{
|
|
7558
7558
|
Archive: {
|
|
7559
7559
|
template: function () {
|
|
7560
|
-
return exports.AllocationRequest
|
|
7560
|
+
return exports$1.AllocationRequest
|
|
7561
7561
|
},
|
|
7562
7562
|
choiceName: 'Archive',
|
|
7563
7563
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -7578,14 +7578,14 @@ function requireModule$1 () {
|
|
|
7578
7578
|
},
|
|
7579
7579
|
AllocationRequest_Reject: {
|
|
7580
7580
|
template: function () {
|
|
7581
|
-
return exports.AllocationRequest
|
|
7581
|
+
return exports$1.AllocationRequest
|
|
7582
7582
|
},
|
|
7583
7583
|
choiceName: 'AllocationRequest_Reject',
|
|
7584
7584
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7585
|
-
return exports.AllocationRequest_Reject.decoder
|
|
7585
|
+
return exports$1.AllocationRequest_Reject.decoder
|
|
7586
7586
|
}),
|
|
7587
7587
|
argumentEncode: function (__typed__) {
|
|
7588
|
-
return exports.AllocationRequest_Reject.encode(__typed__)
|
|
7588
|
+
return exports$1.AllocationRequest_Reject.encode(__typed__)
|
|
7589
7589
|
},
|
|
7590
7590
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7591
7591
|
return Splice_Api_Token_MetadataV1.ChoiceExecutionMetadata
|
|
@@ -7599,14 +7599,14 @@ function requireModule$1 () {
|
|
|
7599
7599
|
},
|
|
7600
7600
|
AllocationRequest_Withdraw: {
|
|
7601
7601
|
template: function () {
|
|
7602
|
-
return exports.AllocationRequest
|
|
7602
|
+
return exports$1.AllocationRequest
|
|
7603
7603
|
},
|
|
7604
7604
|
choiceName: 'AllocationRequest_Withdraw',
|
|
7605
7605
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7606
|
-
return exports.AllocationRequest_Withdraw.decoder
|
|
7606
|
+
return exports$1.AllocationRequest_Withdraw.decoder
|
|
7607
7607
|
}),
|
|
7608
7608
|
argumentEncode: function (__typed__) {
|
|
7609
|
-
return exports.AllocationRequest_Withdraw.encode(__typed__)
|
|
7609
|
+
return exports$1.AllocationRequest_Withdraw.encode(__typed__)
|
|
7610
7610
|
},
|
|
7611
7611
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7612
7612
|
return Splice_Api_Token_MetadataV1.ChoiceExecutionMetadata
|
|
@@ -7621,7 +7621,7 @@ function requireModule$1 () {
|
|
|
7621
7621
|
}
|
|
7622
7622
|
);
|
|
7623
7623
|
|
|
7624
|
-
exports.AllocationRequestView = {
|
|
7624
|
+
exports$1.AllocationRequestView = {
|
|
7625
7625
|
decoder: damlTypes.lazyMemo(function () {
|
|
7626
7626
|
return jtv.object({
|
|
7627
7627
|
settlement: Splice_Api_Token_AllocationV1.SettlementInfo.decoder,
|
|
@@ -7644,7 +7644,7 @@ function requireModule$1 () {
|
|
|
7644
7644
|
},
|
|
7645
7645
|
};
|
|
7646
7646
|
|
|
7647
|
-
exports.AllocationRequest_Withdraw = {
|
|
7647
|
+
exports$1.AllocationRequest_Withdraw = {
|
|
7648
7648
|
decoder: damlTypes.lazyMemo(function () {
|
|
7649
7649
|
return jtv.object({
|
|
7650
7650
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -7659,7 +7659,7 @@ function requireModule$1 () {
|
|
|
7659
7659
|
},
|
|
7660
7660
|
};
|
|
7661
7661
|
|
|
7662
|
-
exports.AllocationRequest_Reject = {
|
|
7662
|
+
exports$1.AllocationRequest_Reject = {
|
|
7663
7663
|
decoder: damlTypes.lazyMemo(function () {
|
|
7664
7664
|
return jtv.object({
|
|
7665
7665
|
actor: damlTypes.Party.decoder,
|
|
@@ -7675,8 +7675,8 @@ function requireModule$1 () {
|
|
|
7675
7675
|
}
|
|
7676
7676
|
},
|
|
7677
7677
|
};
|
|
7678
|
-
} (module$
|
|
7679
|
-
return module$
|
|
7678
|
+
} (module$2));
|
|
7679
|
+
return module$2;
|
|
7680
7680
|
}
|
|
7681
7681
|
|
|
7682
7682
|
var hasRequiredAllocationRequestV1;
|
|
@@ -7684,13 +7684,13 @@ var hasRequiredAllocationRequestV1;
|
|
|
7684
7684
|
function requireAllocationRequestV1 () {
|
|
7685
7685
|
if (hasRequiredAllocationRequestV1) return AllocationRequestV1$1;
|
|
7686
7686
|
hasRequiredAllocationRequestV1 = 1;
|
|
7687
|
-
(function (exports) {
|
|
7687
|
+
(function (exports$1) {
|
|
7688
7688
|
/* eslint-disable-next-line no-unused-vars */
|
|
7689
7689
|
function __export(m) {
|
|
7690
7690
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
7691
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
7691
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
7692
7692
|
}
|
|
7693
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7693
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
7694
7694
|
__export(requireModule$1());
|
|
7695
7695
|
} (AllocationRequestV1$1));
|
|
7696
7696
|
return AllocationRequestV1$1;
|
|
@@ -7703,13 +7703,13 @@ var hasRequiredAllocationV1;
|
|
|
7703
7703
|
function requireAllocationV1 () {
|
|
7704
7704
|
if (hasRequiredAllocationV1) return AllocationV1$1;
|
|
7705
7705
|
hasRequiredAllocationV1 = 1;
|
|
7706
|
-
(function (exports) {
|
|
7706
|
+
(function (exports$1) {
|
|
7707
7707
|
/* eslint-disable-next-line no-unused-vars */
|
|
7708
7708
|
function __export(m) {
|
|
7709
7709
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
7710
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
7710
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
7711
7711
|
}
|
|
7712
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7712
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
7713
7713
|
__export(requireModule$3());
|
|
7714
7714
|
} (AllocationV1$1));
|
|
7715
7715
|
return AllocationV1$1;
|
|
@@ -7722,13 +7722,13 @@ var hasRequiredHoldingV1;
|
|
|
7722
7722
|
function requireHoldingV1 () {
|
|
7723
7723
|
if (hasRequiredHoldingV1) return HoldingV1$1;
|
|
7724
7724
|
hasRequiredHoldingV1 = 1;
|
|
7725
|
-
(function (exports) {
|
|
7725
|
+
(function (exports$1) {
|
|
7726
7726
|
/* eslint-disable-next-line no-unused-vars */
|
|
7727
7727
|
function __export(m) {
|
|
7728
7728
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
7729
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
7729
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
7730
7730
|
}
|
|
7731
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7731
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
7732
7732
|
__export(requireModule$4());
|
|
7733
7733
|
} (HoldingV1$1));
|
|
7734
7734
|
return HoldingV1$1;
|
|
@@ -7741,13 +7741,13 @@ var hasRequiredMetadataV1;
|
|
|
7741
7741
|
function requireMetadataV1 () {
|
|
7742
7742
|
if (hasRequiredMetadataV1) return MetadataV1$1;
|
|
7743
7743
|
hasRequiredMetadataV1 = 1;
|
|
7744
|
-
(function (exports) {
|
|
7744
|
+
(function (exports$1) {
|
|
7745
7745
|
/* eslint-disable-next-line no-unused-vars */
|
|
7746
7746
|
function __export(m) {
|
|
7747
7747
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
7748
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
7748
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
7749
7749
|
}
|
|
7750
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7750
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
7751
7751
|
__export(requireModule$5());
|
|
7752
7752
|
} (MetadataV1$1));
|
|
7753
7753
|
return MetadataV1$1;
|
|
@@ -7755,15 +7755,15 @@ function requireMetadataV1 () {
|
|
|
7755
7755
|
|
|
7756
7756
|
var TransferInstructionV1$1 = {};
|
|
7757
7757
|
|
|
7758
|
-
var module = {};
|
|
7758
|
+
var module$1 = {};
|
|
7759
7759
|
|
|
7760
7760
|
var hasRequiredModule;
|
|
7761
7761
|
|
|
7762
7762
|
function requireModule () {
|
|
7763
|
-
if (hasRequiredModule) return module;
|
|
7763
|
+
if (hasRequiredModule) return module$1;
|
|
7764
7764
|
hasRequiredModule = 1;
|
|
7765
|
-
(function (exports) {
|
|
7766
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
7765
|
+
(function (exports$1) {
|
|
7766
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
7767
7767
|
/* eslint-disable-next-line no-unused-vars */
|
|
7768
7768
|
var jtv = require$$0;
|
|
7769
7769
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -7776,15 +7776,15 @@ function requireModule () {
|
|
|
7776
7776
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
7777
7777
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
7778
7778
|
|
|
7779
|
-
exports.TransferFactory = damlTypes.assembleInterface(
|
|
7779
|
+
exports$1.TransferFactory = damlTypes.assembleInterface(
|
|
7780
7780
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.TransferInstructionV1:TransferFactory',
|
|
7781
7781
|
function () {
|
|
7782
|
-
return exports.TransferFactoryView
|
|
7782
|
+
return exports$1.TransferFactoryView
|
|
7783
7783
|
},
|
|
7784
7784
|
{
|
|
7785
7785
|
Archive: {
|
|
7786
7786
|
template: function () {
|
|
7787
|
-
return exports.TransferFactory
|
|
7787
|
+
return exports$1.TransferFactory
|
|
7788
7788
|
},
|
|
7789
7789
|
choiceName: 'Archive',
|
|
7790
7790
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -7805,52 +7805,52 @@ function requireModule () {
|
|
|
7805
7805
|
},
|
|
7806
7806
|
TransferFactory_Transfer: {
|
|
7807
7807
|
template: function () {
|
|
7808
|
-
return exports.TransferFactory
|
|
7808
|
+
return exports$1.TransferFactory
|
|
7809
7809
|
},
|
|
7810
7810
|
choiceName: 'TransferFactory_Transfer',
|
|
7811
7811
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7812
|
-
return exports.TransferFactory_Transfer.decoder
|
|
7812
|
+
return exports$1.TransferFactory_Transfer.decoder
|
|
7813
7813
|
}),
|
|
7814
7814
|
argumentEncode: function (__typed__) {
|
|
7815
|
-
return exports.TransferFactory_Transfer.encode(__typed__)
|
|
7815
|
+
return exports$1.TransferFactory_Transfer.encode(__typed__)
|
|
7816
7816
|
},
|
|
7817
7817
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7818
|
-
return exports.TransferInstructionResult.decoder
|
|
7818
|
+
return exports$1.TransferInstructionResult.decoder
|
|
7819
7819
|
}),
|
|
7820
7820
|
resultEncode: function (__typed__) {
|
|
7821
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
7821
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
7822
7822
|
},
|
|
7823
7823
|
},
|
|
7824
7824
|
TransferFactory_PublicFetch: {
|
|
7825
7825
|
template: function () {
|
|
7826
|
-
return exports.TransferFactory
|
|
7826
|
+
return exports$1.TransferFactory
|
|
7827
7827
|
},
|
|
7828
7828
|
choiceName: 'TransferFactory_PublicFetch',
|
|
7829
7829
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7830
|
-
return exports.TransferFactory_PublicFetch.decoder
|
|
7830
|
+
return exports$1.TransferFactory_PublicFetch.decoder
|
|
7831
7831
|
}),
|
|
7832
7832
|
argumentEncode: function (__typed__) {
|
|
7833
|
-
return exports.TransferFactory_PublicFetch.encode(__typed__)
|
|
7833
|
+
return exports$1.TransferFactory_PublicFetch.encode(__typed__)
|
|
7834
7834
|
},
|
|
7835
7835
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7836
|
-
return exports.TransferFactoryView.decoder
|
|
7836
|
+
return exports$1.TransferFactoryView.decoder
|
|
7837
7837
|
}),
|
|
7838
7838
|
resultEncode: function (__typed__) {
|
|
7839
|
-
return exports.TransferFactoryView.encode(__typed__)
|
|
7839
|
+
return exports$1.TransferFactoryView.encode(__typed__)
|
|
7840
7840
|
},
|
|
7841
7841
|
},
|
|
7842
7842
|
}
|
|
7843
7843
|
);
|
|
7844
7844
|
|
|
7845
|
-
exports.TransferInstruction = damlTypes.assembleInterface(
|
|
7845
|
+
exports$1.TransferInstruction = damlTypes.assembleInterface(
|
|
7846
7846
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.TransferInstructionV1:TransferInstruction',
|
|
7847
7847
|
function () {
|
|
7848
|
-
return exports.TransferInstructionView
|
|
7848
|
+
return exports$1.TransferInstructionView
|
|
7849
7849
|
},
|
|
7850
7850
|
{
|
|
7851
7851
|
Archive: {
|
|
7852
7852
|
template: function () {
|
|
7853
|
-
return exports.TransferInstruction
|
|
7853
|
+
return exports$1.TransferInstruction
|
|
7854
7854
|
},
|
|
7855
7855
|
choiceName: 'Archive',
|
|
7856
7856
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -7871,80 +7871,80 @@ function requireModule () {
|
|
|
7871
7871
|
},
|
|
7872
7872
|
TransferInstruction_Accept: {
|
|
7873
7873
|
template: function () {
|
|
7874
|
-
return exports.TransferInstruction
|
|
7874
|
+
return exports$1.TransferInstruction
|
|
7875
7875
|
},
|
|
7876
7876
|
choiceName: 'TransferInstruction_Accept',
|
|
7877
7877
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7878
|
-
return exports.TransferInstruction_Accept.decoder
|
|
7878
|
+
return exports$1.TransferInstruction_Accept.decoder
|
|
7879
7879
|
}),
|
|
7880
7880
|
argumentEncode: function (__typed__) {
|
|
7881
|
-
return exports.TransferInstruction_Accept.encode(__typed__)
|
|
7881
|
+
return exports$1.TransferInstruction_Accept.encode(__typed__)
|
|
7882
7882
|
},
|
|
7883
7883
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7884
|
-
return exports.TransferInstructionResult.decoder
|
|
7884
|
+
return exports$1.TransferInstructionResult.decoder
|
|
7885
7885
|
}),
|
|
7886
7886
|
resultEncode: function (__typed__) {
|
|
7887
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
7887
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
7888
7888
|
},
|
|
7889
7889
|
},
|
|
7890
7890
|
TransferInstruction_Reject: {
|
|
7891
7891
|
template: function () {
|
|
7892
|
-
return exports.TransferInstruction
|
|
7892
|
+
return exports$1.TransferInstruction
|
|
7893
7893
|
},
|
|
7894
7894
|
choiceName: 'TransferInstruction_Reject',
|
|
7895
7895
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7896
|
-
return exports.TransferInstruction_Reject.decoder
|
|
7896
|
+
return exports$1.TransferInstruction_Reject.decoder
|
|
7897
7897
|
}),
|
|
7898
7898
|
argumentEncode: function (__typed__) {
|
|
7899
|
-
return exports.TransferInstruction_Reject.encode(__typed__)
|
|
7899
|
+
return exports$1.TransferInstruction_Reject.encode(__typed__)
|
|
7900
7900
|
},
|
|
7901
7901
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7902
|
-
return exports.TransferInstructionResult.decoder
|
|
7902
|
+
return exports$1.TransferInstructionResult.decoder
|
|
7903
7903
|
}),
|
|
7904
7904
|
resultEncode: function (__typed__) {
|
|
7905
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
7905
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
7906
7906
|
},
|
|
7907
7907
|
},
|
|
7908
7908
|
TransferInstruction_Withdraw: {
|
|
7909
7909
|
template: function () {
|
|
7910
|
-
return exports.TransferInstruction
|
|
7910
|
+
return exports$1.TransferInstruction
|
|
7911
7911
|
},
|
|
7912
7912
|
choiceName: 'TransferInstruction_Withdraw',
|
|
7913
7913
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7914
|
-
return exports.TransferInstruction_Withdraw.decoder
|
|
7914
|
+
return exports$1.TransferInstruction_Withdraw.decoder
|
|
7915
7915
|
}),
|
|
7916
7916
|
argumentEncode: function (__typed__) {
|
|
7917
|
-
return exports.TransferInstruction_Withdraw.encode(__typed__)
|
|
7917
|
+
return exports$1.TransferInstruction_Withdraw.encode(__typed__)
|
|
7918
7918
|
},
|
|
7919
7919
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7920
|
-
return exports.TransferInstructionResult.decoder
|
|
7920
|
+
return exports$1.TransferInstructionResult.decoder
|
|
7921
7921
|
}),
|
|
7922
7922
|
resultEncode: function (__typed__) {
|
|
7923
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
7923
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
7924
7924
|
},
|
|
7925
7925
|
},
|
|
7926
7926
|
TransferInstruction_Update: {
|
|
7927
7927
|
template: function () {
|
|
7928
|
-
return exports.TransferInstruction
|
|
7928
|
+
return exports$1.TransferInstruction
|
|
7929
7929
|
},
|
|
7930
7930
|
choiceName: 'TransferInstruction_Update',
|
|
7931
7931
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
7932
|
-
return exports.TransferInstruction_Update.decoder
|
|
7932
|
+
return exports$1.TransferInstruction_Update.decoder
|
|
7933
7933
|
}),
|
|
7934
7934
|
argumentEncode: function (__typed__) {
|
|
7935
|
-
return exports.TransferInstruction_Update.encode(__typed__)
|
|
7935
|
+
return exports$1.TransferInstruction_Update.encode(__typed__)
|
|
7936
7936
|
},
|
|
7937
7937
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
7938
|
-
return exports.TransferInstructionResult.decoder
|
|
7938
|
+
return exports$1.TransferInstructionResult.decoder
|
|
7939
7939
|
}),
|
|
7940
7940
|
resultEncode: function (__typed__) {
|
|
7941
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
7941
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
7942
7942
|
},
|
|
7943
7943
|
},
|
|
7944
7944
|
}
|
|
7945
7945
|
);
|
|
7946
7946
|
|
|
7947
|
-
exports.TransferFactoryView = {
|
|
7947
|
+
exports$1.TransferFactoryView = {
|
|
7948
7948
|
decoder: damlTypes.lazyMemo(function () {
|
|
7949
7949
|
return jtv.object({
|
|
7950
7950
|
admin: damlTypes.Party.decoder,
|
|
@@ -7959,7 +7959,7 @@ function requireModule () {
|
|
|
7959
7959
|
},
|
|
7960
7960
|
};
|
|
7961
7961
|
|
|
7962
|
-
exports.TransferFactory_PublicFetch = {
|
|
7962
|
+
exports$1.TransferFactory_PublicFetch = {
|
|
7963
7963
|
decoder: damlTypes.lazyMemo(function () {
|
|
7964
7964
|
return jtv.object({
|
|
7965
7965
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -7974,18 +7974,18 @@ function requireModule () {
|
|
|
7974
7974
|
},
|
|
7975
7975
|
};
|
|
7976
7976
|
|
|
7977
|
-
exports.TransferFactory_Transfer = {
|
|
7977
|
+
exports$1.TransferFactory_Transfer = {
|
|
7978
7978
|
decoder: damlTypes.lazyMemo(function () {
|
|
7979
7979
|
return jtv.object({
|
|
7980
7980
|
expectedAdmin: damlTypes.Party.decoder,
|
|
7981
|
-
transfer: exports.Transfer.decoder,
|
|
7981
|
+
transfer: exports$1.Transfer.decoder,
|
|
7982
7982
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
7983
7983
|
})
|
|
7984
7984
|
}),
|
|
7985
7985
|
encode: function (__typed__) {
|
|
7986
7986
|
return {
|
|
7987
7987
|
expectedAdmin: damlTypes.Party.encode(__typed__.expectedAdmin),
|
|
7988
|
-
transfer: exports.Transfer.encode(__typed__.transfer),
|
|
7988
|
+
transfer: exports$1.Transfer.encode(__typed__.transfer),
|
|
7989
7989
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.encode(
|
|
7990
7990
|
__typed__.extraArgs
|
|
7991
7991
|
),
|
|
@@ -7993,7 +7993,7 @@ function requireModule () {
|
|
|
7993
7993
|
},
|
|
7994
7994
|
};
|
|
7995
7995
|
|
|
7996
|
-
exports.TransferInstruction_Update = {
|
|
7996
|
+
exports$1.TransferInstruction_Update = {
|
|
7997
7997
|
decoder: damlTypes.lazyMemo(function () {
|
|
7998
7998
|
return jtv.object({
|
|
7999
7999
|
extraActors: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -8012,7 +8012,7 @@ function requireModule () {
|
|
|
8012
8012
|
},
|
|
8013
8013
|
};
|
|
8014
8014
|
|
|
8015
|
-
exports.TransferInstruction_Withdraw = {
|
|
8015
|
+
exports$1.TransferInstruction_Withdraw = {
|
|
8016
8016
|
decoder: damlTypes.lazyMemo(function () {
|
|
8017
8017
|
return jtv.object({
|
|
8018
8018
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -8027,7 +8027,7 @@ function requireModule () {
|
|
|
8027
8027
|
},
|
|
8028
8028
|
};
|
|
8029
8029
|
|
|
8030
|
-
exports.TransferInstruction_Reject = {
|
|
8030
|
+
exports$1.TransferInstruction_Reject = {
|
|
8031
8031
|
decoder: damlTypes.lazyMemo(function () {
|
|
8032
8032
|
return jtv.object({
|
|
8033
8033
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -8042,7 +8042,7 @@ function requireModule () {
|
|
|
8042
8042
|
},
|
|
8043
8043
|
};
|
|
8044
8044
|
|
|
8045
|
-
exports.TransferInstruction_Accept = {
|
|
8045
|
+
exports$1.TransferInstruction_Accept = {
|
|
8046
8046
|
decoder: damlTypes.lazyMemo(function () {
|
|
8047
8047
|
return jtv.object({
|
|
8048
8048
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -8057,33 +8057,33 @@ function requireModule () {
|
|
|
8057
8057
|
},
|
|
8058
8058
|
};
|
|
8059
8059
|
|
|
8060
|
-
exports.TransferInstructionView = {
|
|
8060
|
+
exports$1.TransferInstructionView = {
|
|
8061
8061
|
decoder: damlTypes.lazyMemo(function () {
|
|
8062
8062
|
return jtv.object({
|
|
8063
8063
|
originalInstructionCid: jtv.Decoder.withDefault(
|
|
8064
8064
|
null,
|
|
8065
8065
|
damlTypes.Optional(
|
|
8066
|
-
damlTypes.ContractId(exports.TransferInstruction)
|
|
8066
|
+
damlTypes.ContractId(exports$1.TransferInstruction)
|
|
8067
8067
|
).decoder
|
|
8068
8068
|
),
|
|
8069
|
-
transfer: exports.Transfer.decoder,
|
|
8070
|
-
status: exports.TransferInstructionStatus.decoder,
|
|
8069
|
+
transfer: exports$1.Transfer.decoder,
|
|
8070
|
+
status: exports$1.TransferInstructionStatus.decoder,
|
|
8071
8071
|
meta: Splice_Api_Token_MetadataV1.Metadata.decoder,
|
|
8072
8072
|
})
|
|
8073
8073
|
}),
|
|
8074
8074
|
encode: function (__typed__) {
|
|
8075
8075
|
return {
|
|
8076
8076
|
originalInstructionCid: damlTypes
|
|
8077
|
-
.Optional(damlTypes.ContractId(exports.TransferInstruction))
|
|
8077
|
+
.Optional(damlTypes.ContractId(exports$1.TransferInstruction))
|
|
8078
8078
|
.encode(__typed__.originalInstructionCid),
|
|
8079
|
-
transfer: exports.Transfer.encode(__typed__.transfer),
|
|
8080
|
-
status: exports.TransferInstructionStatus.encode(__typed__.status),
|
|
8079
|
+
transfer: exports$1.Transfer.encode(__typed__.transfer),
|
|
8080
|
+
status: exports$1.TransferInstructionStatus.encode(__typed__.status),
|
|
8081
8081
|
meta: Splice_Api_Token_MetadataV1.Metadata.encode(__typed__.meta),
|
|
8082
8082
|
}
|
|
8083
8083
|
},
|
|
8084
8084
|
};
|
|
8085
8085
|
|
|
8086
|
-
exports.TransferInstructionStatus = {
|
|
8086
|
+
exports$1.TransferInstructionStatus = {
|
|
8087
8087
|
decoder: damlTypes.lazyMemo(function () {
|
|
8088
8088
|
return jtv.oneOf(
|
|
8089
8089
|
jtv.object({
|
|
@@ -8092,7 +8092,7 @@ function requireModule () {
|
|
|
8092
8092
|
}),
|
|
8093
8093
|
jtv.object({
|
|
8094
8094
|
tag: jtv.constant('TransferPendingInternalWorkflow'),
|
|
8095
|
-
value: exports.TransferInstructionStatus
|
|
8095
|
+
value: exports$1.TransferInstructionStatus
|
|
8096
8096
|
.TransferPendingInternalWorkflow.decoder,
|
|
8097
8097
|
})
|
|
8098
8098
|
)
|
|
@@ -8107,7 +8107,7 @@ function requireModule () {
|
|
|
8107
8107
|
case 'TransferPendingInternalWorkflow':
|
|
8108
8108
|
return {
|
|
8109
8109
|
tag: __typed__.tag,
|
|
8110
|
-
value: exports.TransferInstructionStatus.TransferPendingInternalWorkflow.encode(
|
|
8110
|
+
value: exports$1.TransferInstructionStatus.TransferPendingInternalWorkflow.encode(
|
|
8111
8111
|
__typed__.value
|
|
8112
8112
|
),
|
|
8113
8113
|
}
|
|
@@ -8136,17 +8136,17 @@ function requireModule () {
|
|
|
8136
8136
|
},
|
|
8137
8137
|
};
|
|
8138
8138
|
|
|
8139
|
-
exports.TransferInstructionResult_Output = {
|
|
8139
|
+
exports$1.TransferInstructionResult_Output = {
|
|
8140
8140
|
decoder: damlTypes.lazyMemo(function () {
|
|
8141
8141
|
return jtv.oneOf(
|
|
8142
8142
|
jtv.object({
|
|
8143
8143
|
tag: jtv.constant('TransferInstructionResult_Pending'),
|
|
8144
|
-
value: exports.TransferInstructionResult_Output
|
|
8144
|
+
value: exports$1.TransferInstructionResult_Output
|
|
8145
8145
|
.TransferInstructionResult_Pending.decoder,
|
|
8146
8146
|
}),
|
|
8147
8147
|
jtv.object({
|
|
8148
8148
|
tag: jtv.constant('TransferInstructionResult_Completed'),
|
|
8149
|
-
value: exports.TransferInstructionResult_Output
|
|
8149
|
+
value: exports$1.TransferInstructionResult_Output
|
|
8150
8150
|
.TransferInstructionResult_Completed.decoder,
|
|
8151
8151
|
}),
|
|
8152
8152
|
jtv.object({
|
|
@@ -8160,14 +8160,14 @@ function requireModule () {
|
|
|
8160
8160
|
case 'TransferInstructionResult_Pending':
|
|
8161
8161
|
return {
|
|
8162
8162
|
tag: __typed__.tag,
|
|
8163
|
-
value: exports.TransferInstructionResult_Output.TransferInstructionResult_Pending.encode(
|
|
8163
|
+
value: exports$1.TransferInstructionResult_Output.TransferInstructionResult_Pending.encode(
|
|
8164
8164
|
__typed__.value
|
|
8165
8165
|
),
|
|
8166
8166
|
}
|
|
8167
8167
|
case 'TransferInstructionResult_Completed':
|
|
8168
8168
|
return {
|
|
8169
8169
|
tag: __typed__.tag,
|
|
8170
|
-
value: exports.TransferInstructionResult_Output.TransferInstructionResult_Completed.encode(
|
|
8170
|
+
value: exports$1.TransferInstructionResult_Output.TransferInstructionResult_Completed.encode(
|
|
8171
8171
|
__typed__.value
|
|
8172
8172
|
),
|
|
8173
8173
|
}
|
|
@@ -8188,14 +8188,14 @@ function requireModule () {
|
|
|
8188
8188
|
decoder: damlTypes.lazyMemo(function () {
|
|
8189
8189
|
return jtv.object({
|
|
8190
8190
|
transferInstructionCid: damlTypes.ContractId(
|
|
8191
|
-
exports.TransferInstruction
|
|
8191
|
+
exports$1.TransferInstruction
|
|
8192
8192
|
).decoder,
|
|
8193
8193
|
})
|
|
8194
8194
|
}),
|
|
8195
8195
|
encode: function (__typed__) {
|
|
8196
8196
|
return {
|
|
8197
8197
|
transferInstructionCid: damlTypes
|
|
8198
|
-
.ContractId(exports.TransferInstruction)
|
|
8198
|
+
.ContractId(exports$1.TransferInstruction)
|
|
8199
8199
|
.encode(__typed__.transferInstructionCid),
|
|
8200
8200
|
}
|
|
8201
8201
|
},
|
|
@@ -8220,10 +8220,10 @@ function requireModule () {
|
|
|
8220
8220
|
},
|
|
8221
8221
|
};
|
|
8222
8222
|
|
|
8223
|
-
exports.TransferInstructionResult = {
|
|
8223
|
+
exports$1.TransferInstructionResult = {
|
|
8224
8224
|
decoder: damlTypes.lazyMemo(function () {
|
|
8225
8225
|
return jtv.object({
|
|
8226
|
-
output: exports.TransferInstructionResult_Output.decoder,
|
|
8226
|
+
output: exports$1.TransferInstructionResult_Output.decoder,
|
|
8227
8227
|
senderChangeCids: damlTypes.List(
|
|
8228
8228
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
8229
8229
|
).decoder,
|
|
@@ -8232,7 +8232,7 @@ function requireModule () {
|
|
|
8232
8232
|
}),
|
|
8233
8233
|
encode: function (__typed__) {
|
|
8234
8234
|
return {
|
|
8235
|
-
output: exports.TransferInstructionResult_Output.encode(
|
|
8235
|
+
output: exports$1.TransferInstructionResult_Output.encode(
|
|
8236
8236
|
__typed__.output
|
|
8237
8237
|
),
|
|
8238
8238
|
senderChangeCids: damlTypes
|
|
@@ -8243,7 +8243,7 @@ function requireModule () {
|
|
|
8243
8243
|
},
|
|
8244
8244
|
};
|
|
8245
8245
|
|
|
8246
|
-
exports.Transfer = {
|
|
8246
|
+
exports$1.Transfer = {
|
|
8247
8247
|
decoder: damlTypes.lazyMemo(function () {
|
|
8248
8248
|
return jtv.object({
|
|
8249
8249
|
sender: damlTypes.Party.decoder,
|
|
@@ -8275,8 +8275,8 @@ function requireModule () {
|
|
|
8275
8275
|
}
|
|
8276
8276
|
},
|
|
8277
8277
|
};
|
|
8278
|
-
} (module));
|
|
8279
|
-
return module;
|
|
8278
|
+
} (module$1));
|
|
8279
|
+
return module$1;
|
|
8280
8280
|
}
|
|
8281
8281
|
|
|
8282
8282
|
var hasRequiredTransferInstructionV1;
|
|
@@ -8284,13 +8284,13 @@ var hasRequiredTransferInstructionV1;
|
|
|
8284
8284
|
function requireTransferInstructionV1 () {
|
|
8285
8285
|
if (hasRequiredTransferInstructionV1) return TransferInstructionV1$1;
|
|
8286
8286
|
hasRequiredTransferInstructionV1 = 1;
|
|
8287
|
-
(function (exports) {
|
|
8287
|
+
(function (exports$1) {
|
|
8288
8288
|
/* eslint-disable-next-line no-unused-vars */
|
|
8289
8289
|
function __export(m) {
|
|
8290
8290
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
8291
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
8291
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
8292
8292
|
}
|
|
8293
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
8293
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
8294
8294
|
__export(requireModule());
|
|
8295
8295
|
} (TransferInstructionV1$1));
|
|
8296
8296
|
return TransferInstructionV1$1;
|
|
@@ -8301,20 +8301,20 @@ var hasRequiredToken;
|
|
|
8301
8301
|
function requireToken () {
|
|
8302
8302
|
if (hasRequiredToken) return Token;
|
|
8303
8303
|
hasRequiredToken = 1;
|
|
8304
|
-
(function (exports) {
|
|
8305
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
8304
|
+
(function (exports$1) {
|
|
8305
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
8306
8306
|
var AllocationInstructionV1 = requireAllocationInstructionV1();
|
|
8307
|
-
exports.AllocationInstructionV1 = AllocationInstructionV1;
|
|
8307
|
+
exports$1.AllocationInstructionV1 = AllocationInstructionV1;
|
|
8308
8308
|
var AllocationRequestV1 = requireAllocationRequestV1();
|
|
8309
|
-
exports.AllocationRequestV1 = AllocationRequestV1;
|
|
8309
|
+
exports$1.AllocationRequestV1 = AllocationRequestV1;
|
|
8310
8310
|
var AllocationV1 = requireAllocationV1();
|
|
8311
|
-
exports.AllocationV1 = AllocationV1;
|
|
8311
|
+
exports$1.AllocationV1 = AllocationV1;
|
|
8312
8312
|
var HoldingV1 = requireHoldingV1();
|
|
8313
|
-
exports.HoldingV1 = HoldingV1;
|
|
8313
|
+
exports$1.HoldingV1 = HoldingV1;
|
|
8314
8314
|
var MetadataV1 = requireMetadataV1();
|
|
8315
|
-
exports.MetadataV1 = MetadataV1;
|
|
8315
|
+
exports$1.MetadataV1 = MetadataV1;
|
|
8316
8316
|
var TransferInstructionV1 = requireTransferInstructionV1();
|
|
8317
|
-
exports.TransferInstructionV1 = TransferInstructionV1;
|
|
8317
|
+
exports$1.TransferInstructionV1 = TransferInstructionV1;
|
|
8318
8318
|
} (Token));
|
|
8319
8319
|
return Token;
|
|
8320
8320
|
}
|
|
@@ -8324,10 +8324,10 @@ var hasRequiredApi;
|
|
|
8324
8324
|
function requireApi () {
|
|
8325
8325
|
if (hasRequiredApi) return Api;
|
|
8326
8326
|
hasRequiredApi = 1;
|
|
8327
|
-
(function (exports) {
|
|
8328
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
8327
|
+
(function (exports$1) {
|
|
8328
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
8329
8329
|
var Token = requireToken();
|
|
8330
|
-
exports.Token = Token;
|
|
8330
|
+
exports$1.Token = Token;
|
|
8331
8331
|
} (Api));
|
|
8332
8332
|
return Api;
|
|
8333
8333
|
}
|
|
@@ -8337,10 +8337,10 @@ var hasRequiredSplice;
|
|
|
8337
8337
|
function requireSplice () {
|
|
8338
8338
|
if (hasRequiredSplice) return Splice;
|
|
8339
8339
|
hasRequiredSplice = 1;
|
|
8340
|
-
(function (exports) {
|
|
8341
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
8340
|
+
(function (exports$1) {
|
|
8341
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
8342
8342
|
var Api = requireApi();
|
|
8343
|
-
exports.Api = Api;
|
|
8343
|
+
exports$1.Api = Api;
|
|
8344
8344
|
} (Splice));
|
|
8345
8345
|
return Splice;
|
|
8346
8346
|
}
|
|
@@ -8350,11 +8350,11 @@ var hasRequiredLib;
|
|
|
8350
8350
|
function requireLib () {
|
|
8351
8351
|
if (hasRequiredLib) return lib$2;
|
|
8352
8352
|
hasRequiredLib = 1;
|
|
8353
|
-
(function (exports) {
|
|
8354
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
8353
|
+
(function (exports$1) {
|
|
8354
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
8355
8355
|
var Splice = requireSplice();
|
|
8356
|
-
exports.Splice = Splice;
|
|
8357
|
-
exports.packageId =
|
|
8356
|
+
exports$1.Splice = Splice;
|
|
8357
|
+
exports$1.packageId =
|
|
8358
8358
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c';
|
|
8359
8359
|
} (lib$2));
|
|
8360
8360
|
return lib$2;
|