@canton-network/core-token-standard 0.14.0 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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.js
CHANGED
|
@@ -127,7 +127,7 @@ var Token = {};
|
|
|
127
127
|
|
|
128
128
|
var AllocationInstructionV1$1 = {};
|
|
129
129
|
|
|
130
|
-
var module$
|
|
130
|
+
var module$8 = {};
|
|
131
131
|
|
|
132
132
|
var lodash_isequal = {exports: {}};
|
|
133
133
|
|
|
@@ -146,7 +146,7 @@ var hasRequiredLodash_isequal;
|
|
|
146
146
|
function requireLodash_isequal () {
|
|
147
147
|
if (hasRequiredLodash_isequal) return lodash_isequal.exports;
|
|
148
148
|
hasRequiredLodash_isequal = 1;
|
|
149
|
-
(function (module, exports) {
|
|
149
|
+
(function (module, exports$1) {
|
|
150
150
|
/** Used as the size to enable large array optimizations. */
|
|
151
151
|
var LARGE_ARRAY_SIZE = 200;
|
|
152
152
|
|
|
@@ -232,7 +232,7 @@ function requireLodash_isequal () {
|
|
|
232
232
|
var root = freeGlobal || freeSelf || Function('return this')();
|
|
233
233
|
|
|
234
234
|
/** Detect free variable `exports`. */
|
|
235
|
-
var freeExports = exports && !exports.nodeType && exports;
|
|
235
|
+
var freeExports = exports$1 && !exports$1.nodeType && exports$1;
|
|
236
236
|
|
|
237
237
|
/** Detect free variable `module`. */
|
|
238
238
|
var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
|
|
@@ -2803,7 +2803,7 @@ var hasRequiredTypes$1;
|
|
|
2803
2803
|
function requireTypes$1 () {
|
|
2804
2804
|
if (hasRequiredTypes$1) return types;
|
|
2805
2805
|
hasRequiredTypes$1 = 1;
|
|
2806
|
-
(function (exports) {
|
|
2806
|
+
(function (exports$1) {
|
|
2807
2807
|
var __assign = (types && types.__assign) || function () {
|
|
2808
2808
|
__assign = Object.assign || function(t) {
|
|
2809
2809
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
@@ -2878,12 +2878,12 @@ function requireTypes$1 () {
|
|
|
2878
2878
|
var __importDefault = (types && types.__importDefault) || function (mod) {
|
|
2879
2879
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2880
2880
|
};
|
|
2881
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2882
|
-
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;
|
|
2883
|
-
exports.assembleTemplate = assembleTemplate;
|
|
2884
|
-
exports.assembleInterface = assembleInterface;
|
|
2885
|
-
exports.memo = memo;
|
|
2886
|
-
exports.lazyMemo = lazyMemo;
|
|
2881
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
2882
|
+
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;
|
|
2883
|
+
exports$1.assembleTemplate = assembleTemplate;
|
|
2884
|
+
exports$1.assembleInterface = assembleInterface;
|
|
2885
|
+
exports$1.memo = memo;
|
|
2886
|
+
exports$1.lazyMemo = lazyMemo;
|
|
2887
2887
|
// Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
2888
2888
|
// SPDX-License-Identifier: Apache-2.0
|
|
2889
2889
|
var jtv = __importStar(require$$0$1);
|
|
@@ -2921,7 +2921,7 @@ function requireTypes$1 () {
|
|
|
2921
2921
|
*/
|
|
2922
2922
|
var registerTemplate = function (template, packageSpecifiers) {
|
|
2923
2923
|
if (packageSpecifiers === void 0) { packageSpecifiers = []; }
|
|
2924
|
-
var aliases = packageSpecifiers.map((0, exports.templateIdWithPackageId)(template));
|
|
2924
|
+
var aliases = packageSpecifiers.map((0, exports$1.templateIdWithPackageId)(template));
|
|
2925
2925
|
new Set([template.templateId].concat(aliases)).forEach(function (templateId) {
|
|
2926
2926
|
if (templateId in registeredTemplates) {
|
|
2927
2927
|
console.warn("Trying to re-register template ".concat(templateId, "."));
|
|
@@ -2932,7 +2932,7 @@ function requireTypes$1 () {
|
|
|
2932
2932
|
}
|
|
2933
2933
|
});
|
|
2934
2934
|
};
|
|
2935
|
-
exports.registerTemplate = registerTemplate;
|
|
2935
|
+
exports$1.registerTemplate = registerTemplate;
|
|
2936
2936
|
/**
|
|
2937
2937
|
* @internal
|
|
2938
2938
|
*/
|
|
@@ -2941,7 +2941,7 @@ function requireTypes$1 () {
|
|
|
2941
2941
|
return [pkgId].concat(t.templateId.split(":").slice(1)).join(":");
|
|
2942
2942
|
};
|
|
2943
2943
|
};
|
|
2944
|
-
exports.templateIdWithPackageId = templateIdWithPackageId;
|
|
2944
|
+
exports$1.templateIdWithPackageId = templateIdWithPackageId;
|
|
2945
2945
|
/**
|
|
2946
2946
|
* @internal
|
|
2947
2947
|
*/
|
|
@@ -2952,7 +2952,7 @@ function requireTypes$1 () {
|
|
|
2952
2952
|
}
|
|
2953
2953
|
return template;
|
|
2954
2954
|
};
|
|
2955
|
-
exports.lookupTemplate = lookupTemplate;
|
|
2955
|
+
exports$1.lookupTemplate = lookupTemplate;
|
|
2956
2956
|
/**
|
|
2957
2957
|
* @internal Turn a thunk into a memoized version of itself. The memoized thunk
|
|
2958
2958
|
* invokes the original thunk only on its first invocation and caches the result
|
|
@@ -2980,21 +2980,21 @@ function requireTypes$1 () {
|
|
|
2980
2980
|
/**
|
|
2981
2981
|
* Companion object of the [[Unit]] type.
|
|
2982
2982
|
*/
|
|
2983
|
-
exports.Unit = {
|
|
2983
|
+
exports$1.Unit = {
|
|
2984
2984
|
decoder: jtv.object({}),
|
|
2985
2985
|
encode: function (t) { return t; },
|
|
2986
2986
|
};
|
|
2987
2987
|
/**
|
|
2988
2988
|
* Companion object of the [[Bool]] type.
|
|
2989
2989
|
*/
|
|
2990
|
-
exports.Bool = {
|
|
2990
|
+
exports$1.Bool = {
|
|
2991
2991
|
decoder: jtv.boolean(),
|
|
2992
2992
|
encode: function (b) { return b; },
|
|
2993
2993
|
};
|
|
2994
2994
|
/**
|
|
2995
2995
|
* Companion object of the [[Int]] type.
|
|
2996
2996
|
*/
|
|
2997
|
-
exports.Int = {
|
|
2997
|
+
exports$1.Int = {
|
|
2998
2998
|
decoder: jtv.string(),
|
|
2999
2999
|
encode: function (i) { return i; },
|
|
3000
3000
|
};
|
|
@@ -3006,29 +3006,29 @@ function requireTypes$1 () {
|
|
|
3006
3006
|
decoder: jtv.string(),
|
|
3007
3007
|
encode: function (n) { return n; },
|
|
3008
3008
|
}); };
|
|
3009
|
-
exports.Numeric = Numeric;
|
|
3009
|
+
exports$1.Numeric = Numeric;
|
|
3010
3010
|
/**
|
|
3011
3011
|
* Companion object of the [[Decimal]] type.
|
|
3012
3012
|
*/
|
|
3013
|
-
exports.Decimal = (0, exports.Numeric)(10);
|
|
3013
|
+
exports$1.Decimal = (0, exports$1.Numeric)(10);
|
|
3014
3014
|
/**
|
|
3015
3015
|
* Companion object of the [[Text]] type.
|
|
3016
3016
|
*/
|
|
3017
|
-
exports.Text = {
|
|
3017
|
+
exports$1.Text = {
|
|
3018
3018
|
decoder: jtv.string(),
|
|
3019
3019
|
encode: function (t) { return t; },
|
|
3020
3020
|
};
|
|
3021
3021
|
/**
|
|
3022
3022
|
* Companion object of the [[Time]] type.
|
|
3023
3023
|
*/
|
|
3024
|
-
exports.Time = {
|
|
3024
|
+
exports$1.Time = {
|
|
3025
3025
|
decoder: jtv.string(),
|
|
3026
3026
|
encode: function (t) { return t; },
|
|
3027
3027
|
};
|
|
3028
3028
|
/**
|
|
3029
3029
|
* Companion object of the [[Party]] type.
|
|
3030
3030
|
*/
|
|
3031
|
-
exports.Party = {
|
|
3031
|
+
exports$1.Party = {
|
|
3032
3032
|
decoder: jtv.string(),
|
|
3033
3033
|
encode: function (p) { return p; },
|
|
3034
3034
|
};
|
|
@@ -3039,11 +3039,11 @@ function requireTypes$1 () {
|
|
|
3039
3039
|
decoder: jtv.array(t.decoder),
|
|
3040
3040
|
encode: function (l) { return l.map(function (element) { return t.encode(element); }); },
|
|
3041
3041
|
}); };
|
|
3042
|
-
exports.List = List;
|
|
3042
|
+
exports$1.List = List;
|
|
3043
3043
|
/**
|
|
3044
3044
|
* Companion object of the [[Date]] type.
|
|
3045
3045
|
*/
|
|
3046
|
-
exports.Date = {
|
|
3046
|
+
exports$1.Date = {
|
|
3047
3047
|
decoder: jtv.string(),
|
|
3048
3048
|
encode: function (d) { return d; },
|
|
3049
3049
|
};
|
|
@@ -3054,7 +3054,7 @@ function requireTypes$1 () {
|
|
|
3054
3054
|
decoder: jtv.string(),
|
|
3055
3055
|
encode: function (c) { return c; },
|
|
3056
3056
|
}); };
|
|
3057
|
-
exports.ContractId = ContractId;
|
|
3057
|
+
exports$1.ContractId = ContractId;
|
|
3058
3058
|
/**
|
|
3059
3059
|
* This class does the actual work behind the [[Optional]] companion function. In addition to
|
|
3060
3060
|
* implementing the [[Serializable]] interface it also stores the [[Serializable]] instance of the
|
|
@@ -3112,7 +3112,7 @@ function requireTypes$1 () {
|
|
|
3112
3112
|
var Optional = function (t) {
|
|
3113
3113
|
return new OptionalWorker(t);
|
|
3114
3114
|
};
|
|
3115
|
-
exports.Optional = Optional;
|
|
3115
|
+
exports$1.Optional = Optional;
|
|
3116
3116
|
/**
|
|
3117
3117
|
* Companion object of the [[TextMap]] type.
|
|
3118
3118
|
*/
|
|
@@ -3126,7 +3126,7 @@ function requireTypes$1 () {
|
|
|
3126
3126
|
return out;
|
|
3127
3127
|
},
|
|
3128
3128
|
}); };
|
|
3129
|
-
exports.TextMap = TextMap;
|
|
3129
|
+
exports$1.TextMap = TextMap;
|
|
3130
3130
|
function it(arr) {
|
|
3131
3131
|
var i;
|
|
3132
3132
|
return __generator(this, function (_a) {
|
|
@@ -3214,7 +3214,7 @@ function requireTypes$1 () {
|
|
|
3214
3214
|
return MapImpl;
|
|
3215
3215
|
}());
|
|
3216
3216
|
var emptyMap = function () { return new MapImpl([]); };
|
|
3217
|
-
exports.emptyMap = emptyMap;
|
|
3217
|
+
exports$1.emptyMap = emptyMap;
|
|
3218
3218
|
/**
|
|
3219
3219
|
* Companion function of the [[GenMap]] type.
|
|
3220
3220
|
*/
|
|
@@ -3226,7 +3226,7 @@ function requireTypes$1 () {
|
|
|
3226
3226
|
return m.entriesArray().map(function (e) { return [kd.encode(e[0]), vd.encode(e[1])]; });
|
|
3227
3227
|
},
|
|
3228
3228
|
}); };
|
|
3229
|
-
exports.Map = Map;
|
|
3229
|
+
exports$1.Map = Map;
|
|
3230
3230
|
|
|
3231
3231
|
} (types));
|
|
3232
3232
|
return types;
|
|
@@ -84844,7 +84844,7 @@ var hasRequiredNodePonyfill;
|
|
|
84844
84844
|
function requireNodePonyfill () {
|
|
84845
84845
|
if (hasRequiredNodePonyfill) return nodePonyfill.exports;
|
|
84846
84846
|
hasRequiredNodePonyfill = 1;
|
|
84847
|
-
(function (module, exports) {
|
|
84847
|
+
(function (module, exports$1) {
|
|
84848
84848
|
const nodeFetch = require$$0;
|
|
84849
84849
|
const realFetch = nodeFetch.default || nodeFetch;
|
|
84850
84850
|
|
|
@@ -84859,14 +84859,14 @@ function requireNodePonyfill () {
|
|
|
84859
84859
|
|
|
84860
84860
|
fetch.ponyfill = true;
|
|
84861
84861
|
|
|
84862
|
-
module.exports = exports = fetch;
|
|
84863
|
-
exports.fetch = fetch;
|
|
84864
|
-
exports.Headers = nodeFetch.Headers;
|
|
84865
|
-
exports.Request = nodeFetch.Request;
|
|
84866
|
-
exports.Response = nodeFetch.Response;
|
|
84862
|
+
module.exports = exports$1 = fetch;
|
|
84863
|
+
exports$1.fetch = fetch;
|
|
84864
|
+
exports$1.Headers = nodeFetch.Headers;
|
|
84865
|
+
exports$1.Request = nodeFetch.Request;
|
|
84866
|
+
exports$1.Response = nodeFetch.Response;
|
|
84867
84867
|
|
|
84868
84868
|
// Needed for TypeScript consumers without esModuleInterop.
|
|
84869
|
-
exports.default = fetch;
|
|
84869
|
+
exports$1.default = fetch;
|
|
84870
84870
|
} (nodePonyfill, nodePonyfill.exports));
|
|
84871
84871
|
return nodePonyfill.exports;
|
|
84872
84872
|
}
|
|
@@ -90857,15 +90857,15 @@ var Internal = {};
|
|
|
90857
90857
|
|
|
90858
90858
|
var Template = {};
|
|
90859
90859
|
|
|
90860
|
-
var module$
|
|
90860
|
+
var module$7 = {};
|
|
90861
90861
|
|
|
90862
90862
|
var hasRequiredModule$7;
|
|
90863
90863
|
|
|
90864
90864
|
function requireModule$7 () {
|
|
90865
|
-
if (hasRequiredModule$7) return module$
|
|
90865
|
+
if (hasRequiredModule$7) return module$7;
|
|
90866
90866
|
hasRequiredModule$7 = 1;
|
|
90867
|
-
(function (exports) {
|
|
90868
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90867
|
+
(function (exports$1) {
|
|
90868
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90869
90869
|
/* eslint-disable-next-line no-unused-vars */
|
|
90870
90870
|
var jtv = require$$0$1;
|
|
90871
90871
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -90873,7 +90873,7 @@ function requireModule$7 () {
|
|
|
90873
90873
|
/* eslint-disable-next-line no-unused-vars */
|
|
90874
90874
|
requireLedger();
|
|
90875
90875
|
|
|
90876
|
-
exports.Archive = {
|
|
90876
|
+
exports$1.Archive = {
|
|
90877
90877
|
decoder: damlTypes.lazyMemo(function () {
|
|
90878
90878
|
return jtv.object({})
|
|
90879
90879
|
}),
|
|
@@ -90881,8 +90881,8 @@ function requireModule$7 () {
|
|
|
90881
90881
|
return {}
|
|
90882
90882
|
},
|
|
90883
90883
|
};
|
|
90884
|
-
} (module$
|
|
90885
|
-
return module$
|
|
90884
|
+
} (module$7));
|
|
90885
|
+
return module$7;
|
|
90886
90886
|
}
|
|
90887
90887
|
|
|
90888
90888
|
var hasRequiredTemplate;
|
|
@@ -90890,13 +90890,13 @@ var hasRequiredTemplate;
|
|
|
90890
90890
|
function requireTemplate () {
|
|
90891
90891
|
if (hasRequiredTemplate) return Template;
|
|
90892
90892
|
hasRequiredTemplate = 1;
|
|
90893
|
-
(function (exports) {
|
|
90893
|
+
(function (exports$1) {
|
|
90894
90894
|
/* eslint-disable-next-line no-unused-vars */
|
|
90895
90895
|
function __export(m) {
|
|
90896
90896
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
90897
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
90897
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
90898
90898
|
}
|
|
90899
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90899
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90900
90900
|
__export(requireModule$7());
|
|
90901
90901
|
} (Template));
|
|
90902
90902
|
return Template;
|
|
@@ -90907,10 +90907,10 @@ var hasRequiredInternal;
|
|
|
90907
90907
|
function requireInternal () {
|
|
90908
90908
|
if (hasRequiredInternal) return Internal;
|
|
90909
90909
|
hasRequiredInternal = 1;
|
|
90910
|
-
(function (exports) {
|
|
90911
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90910
|
+
(function (exports$1) {
|
|
90911
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90912
90912
|
var Template = requireTemplate();
|
|
90913
|
-
exports.Template = Template;
|
|
90913
|
+
exports$1.Template = Template;
|
|
90914
90914
|
} (Internal));
|
|
90915
90915
|
return Internal;
|
|
90916
90916
|
}
|
|
@@ -90920,10 +90920,10 @@ var hasRequiredDA$1;
|
|
|
90920
90920
|
function requireDA$1 () {
|
|
90921
90921
|
if (hasRequiredDA$1) return DA$1;
|
|
90922
90922
|
hasRequiredDA$1 = 1;
|
|
90923
|
-
(function (exports) {
|
|
90924
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90923
|
+
(function (exports$1) {
|
|
90924
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90925
90925
|
var Internal = requireInternal();
|
|
90926
|
-
exports.Internal = Internal;
|
|
90926
|
+
exports$1.Internal = Internal;
|
|
90927
90927
|
} (DA$1));
|
|
90928
90928
|
return DA$1;
|
|
90929
90929
|
}
|
|
@@ -90933,19 +90933,19 @@ var hasRequiredLib$2;
|
|
|
90933
90933
|
function requireLib$2 () {
|
|
90934
90934
|
if (hasRequiredLib$2) return lib$1;
|
|
90935
90935
|
hasRequiredLib$2 = 1;
|
|
90936
|
-
(function (exports) {
|
|
90937
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90936
|
+
(function (exports$1) {
|
|
90937
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90938
90938
|
var DA = requireDA$1();
|
|
90939
|
-
exports.DA = DA;
|
|
90940
|
-
exports.packageId =
|
|
90939
|
+
exports$1.DA = DA;
|
|
90940
|
+
exports$1.packageId =
|
|
90941
90941
|
'9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69';
|
|
90942
90942
|
} (lib$1));
|
|
90943
90943
|
return lib$1;
|
|
90944
90944
|
}
|
|
90945
90945
|
|
|
90946
|
-
var module$
|
|
90946
|
+
var module$6 = {};
|
|
90947
90947
|
|
|
90948
|
-
var module$
|
|
90948
|
+
var module$5 = {};
|
|
90949
90949
|
|
|
90950
90950
|
var lib = {};
|
|
90951
90951
|
|
|
@@ -90955,15 +90955,15 @@ var Time = {};
|
|
|
90955
90955
|
|
|
90956
90956
|
var Types = {};
|
|
90957
90957
|
|
|
90958
|
-
var module$
|
|
90958
|
+
var module$4 = {};
|
|
90959
90959
|
|
|
90960
90960
|
var hasRequiredModule$6;
|
|
90961
90961
|
|
|
90962
90962
|
function requireModule$6 () {
|
|
90963
|
-
if (hasRequiredModule$6) return module$
|
|
90963
|
+
if (hasRequiredModule$6) return module$4;
|
|
90964
90964
|
hasRequiredModule$6 = 1;
|
|
90965
|
-
(function (exports) {
|
|
90966
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90965
|
+
(function (exports$1) {
|
|
90966
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90967
90967
|
/* eslint-disable-next-line no-unused-vars */
|
|
90968
90968
|
var jtv = require$$0$1;
|
|
90969
90969
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -90971,7 +90971,7 @@ function requireModule$6 () {
|
|
|
90971
90971
|
/* eslint-disable-next-line no-unused-vars */
|
|
90972
90972
|
requireLedger();
|
|
90973
90973
|
|
|
90974
|
-
exports.RelTime = {
|
|
90974
|
+
exports$1.RelTime = {
|
|
90975
90975
|
decoder: damlTypes.lazyMemo(function () {
|
|
90976
90976
|
return jtv.object({ microseconds: damlTypes.Int.decoder })
|
|
90977
90977
|
}),
|
|
@@ -90981,8 +90981,8 @@ function requireModule$6 () {
|
|
|
90981
90981
|
}
|
|
90982
90982
|
},
|
|
90983
90983
|
};
|
|
90984
|
-
} (module$
|
|
90985
|
-
return module$
|
|
90984
|
+
} (module$4));
|
|
90985
|
+
return module$4;
|
|
90986
90986
|
}
|
|
90987
90987
|
|
|
90988
90988
|
var hasRequiredTypes;
|
|
@@ -90990,13 +90990,13 @@ var hasRequiredTypes;
|
|
|
90990
90990
|
function requireTypes () {
|
|
90991
90991
|
if (hasRequiredTypes) return Types;
|
|
90992
90992
|
hasRequiredTypes = 1;
|
|
90993
|
-
(function (exports) {
|
|
90993
|
+
(function (exports$1) {
|
|
90994
90994
|
/* eslint-disable-next-line no-unused-vars */
|
|
90995
90995
|
function __export(m) {
|
|
90996
90996
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
90997
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
90997
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
90998
90998
|
}
|
|
90999
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90999
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91000
91000
|
__export(requireModule$6());
|
|
91001
91001
|
} (Types));
|
|
91002
91002
|
return Types;
|
|
@@ -91007,10 +91007,10 @@ var hasRequiredTime;
|
|
|
91007
91007
|
function requireTime () {
|
|
91008
91008
|
if (hasRequiredTime) return Time;
|
|
91009
91009
|
hasRequiredTime = 1;
|
|
91010
|
-
(function (exports) {
|
|
91011
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91010
|
+
(function (exports$1) {
|
|
91011
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91012
91012
|
var Types = requireTypes();
|
|
91013
|
-
exports.Types = Types;
|
|
91013
|
+
exports$1.Types = Types;
|
|
91014
91014
|
} (Time));
|
|
91015
91015
|
return Time;
|
|
91016
91016
|
}
|
|
@@ -91020,10 +91020,10 @@ var hasRequiredDA;
|
|
|
91020
91020
|
function requireDA () {
|
|
91021
91021
|
if (hasRequiredDA) return DA;
|
|
91022
91022
|
hasRequiredDA = 1;
|
|
91023
|
-
(function (exports) {
|
|
91024
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91023
|
+
(function (exports$1) {
|
|
91024
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91025
91025
|
var Time = requireTime();
|
|
91026
|
-
exports.Time = Time;
|
|
91026
|
+
exports$1.Time = Time;
|
|
91027
91027
|
} (DA));
|
|
91028
91028
|
return DA;
|
|
91029
91029
|
}
|
|
@@ -91033,25 +91033,25 @@ var hasRequiredLib$1;
|
|
|
91033
91033
|
function requireLib$1 () {
|
|
91034
91034
|
if (hasRequiredLib$1) return lib;
|
|
91035
91035
|
hasRequiredLib$1 = 1;
|
|
91036
|
-
(function (exports) {
|
|
91037
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91036
|
+
(function (exports$1) {
|
|
91037
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91038
91038
|
var DA = requireDA();
|
|
91039
|
-
exports.DA = DA;
|
|
91040
|
-
exports.packageId =
|
|
91039
|
+
exports$1.DA = DA;
|
|
91040
|
+
exports$1.packageId =
|
|
91041
91041
|
'b70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946';
|
|
91042
91042
|
} (lib));
|
|
91043
91043
|
return lib;
|
|
91044
91044
|
}
|
|
91045
91045
|
|
|
91046
|
-
var module$
|
|
91046
|
+
var module$3 = {};
|
|
91047
91047
|
|
|
91048
91048
|
var hasRequiredModule$5;
|
|
91049
91049
|
|
|
91050
91050
|
function requireModule$5 () {
|
|
91051
|
-
if (hasRequiredModule$5) return module$
|
|
91051
|
+
if (hasRequiredModule$5) return module$3;
|
|
91052
91052
|
hasRequiredModule$5 = 1;
|
|
91053
|
-
(function (exports) {
|
|
91054
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91053
|
+
(function (exports$1) {
|
|
91054
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91055
91055
|
/* eslint-disable-next-line no-unused-vars */
|
|
91056
91056
|
var jtv = require$$0$1;
|
|
91057
91057
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -91062,15 +91062,15 @@ function requireModule$5 () {
|
|
|
91062
91062
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requireLib$2();
|
|
91063
91063
|
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = requireLib$1();
|
|
91064
91064
|
|
|
91065
|
-
exports.AnyContract = damlTypes.assembleInterface(
|
|
91065
|
+
exports$1.AnyContract = damlTypes.assembleInterface(
|
|
91066
91066
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.MetadataV1:AnyContract',
|
|
91067
91067
|
function () {
|
|
91068
|
-
return exports.AnyContractView
|
|
91068
|
+
return exports$1.AnyContractView
|
|
91069
91069
|
},
|
|
91070
91070
|
{
|
|
91071
91071
|
Archive: {
|
|
91072
91072
|
template: function () {
|
|
91073
|
-
return exports.AnyContract
|
|
91073
|
+
return exports$1.AnyContract
|
|
91074
91074
|
},
|
|
91075
91075
|
choiceName: 'Archive',
|
|
91076
91076
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91092,33 +91092,33 @@ function requireModule$5 () {
|
|
|
91092
91092
|
}
|
|
91093
91093
|
);
|
|
91094
91094
|
|
|
91095
|
-
exports.ChoiceExecutionMetadata = {
|
|
91095
|
+
exports$1.ChoiceExecutionMetadata = {
|
|
91096
91096
|
decoder: damlTypes.lazyMemo(function () {
|
|
91097
|
-
return jtv.object({ meta: exports.Metadata.decoder })
|
|
91097
|
+
return jtv.object({ meta: exports$1.Metadata.decoder })
|
|
91098
91098
|
}),
|
|
91099
91099
|
encode: function (__typed__) {
|
|
91100
91100
|
return {
|
|
91101
|
-
meta: exports.Metadata.encode(__typed__.meta),
|
|
91101
|
+
meta: exports$1.Metadata.encode(__typed__.meta),
|
|
91102
91102
|
}
|
|
91103
91103
|
},
|
|
91104
91104
|
};
|
|
91105
91105
|
|
|
91106
|
-
exports.ExtraArgs = {
|
|
91106
|
+
exports$1.ExtraArgs = {
|
|
91107
91107
|
decoder: damlTypes.lazyMemo(function () {
|
|
91108
91108
|
return jtv.object({
|
|
91109
|
-
context: exports.ChoiceContext.decoder,
|
|
91110
|
-
meta: exports.Metadata.decoder,
|
|
91109
|
+
context: exports$1.ChoiceContext.decoder,
|
|
91110
|
+
meta: exports$1.Metadata.decoder,
|
|
91111
91111
|
})
|
|
91112
91112
|
}),
|
|
91113
91113
|
encode: function (__typed__) {
|
|
91114
91114
|
return {
|
|
91115
|
-
context: exports.ChoiceContext.encode(__typed__.context),
|
|
91116
|
-
meta: exports.Metadata.encode(__typed__.meta),
|
|
91115
|
+
context: exports$1.ChoiceContext.encode(__typed__.context),
|
|
91116
|
+
meta: exports$1.Metadata.encode(__typed__.meta),
|
|
91117
91117
|
}
|
|
91118
91118
|
},
|
|
91119
91119
|
};
|
|
91120
91120
|
|
|
91121
|
-
exports.Metadata = {
|
|
91121
|
+
exports$1.Metadata = {
|
|
91122
91122
|
decoder: damlTypes.lazyMemo(function () {
|
|
91123
91123
|
return jtv.object({ values: damlTypes.TextMap(damlTypes.Text).decoder })
|
|
91124
91124
|
}),
|
|
@@ -91129,22 +91129,22 @@ function requireModule$5 () {
|
|
|
91129
91129
|
},
|
|
91130
91130
|
};
|
|
91131
91131
|
|
|
91132
|
-
exports.ChoiceContext = {
|
|
91132
|
+
exports$1.ChoiceContext = {
|
|
91133
91133
|
decoder: damlTypes.lazyMemo(function () {
|
|
91134
91134
|
return jtv.object({
|
|
91135
|
-
values: damlTypes.TextMap(exports.AnyValue).decoder,
|
|
91135
|
+
values: damlTypes.TextMap(exports$1.AnyValue).decoder,
|
|
91136
91136
|
})
|
|
91137
91137
|
}),
|
|
91138
91138
|
encode: function (__typed__) {
|
|
91139
91139
|
return {
|
|
91140
91140
|
values: damlTypes
|
|
91141
|
-
.TextMap(exports.AnyValue)
|
|
91141
|
+
.TextMap(exports$1.AnyValue)
|
|
91142
91142
|
.encode(__typed__.values),
|
|
91143
91143
|
}
|
|
91144
91144
|
},
|
|
91145
91145
|
};
|
|
91146
91146
|
|
|
91147
|
-
exports.AnyContractView = {
|
|
91147
|
+
exports$1.AnyContractView = {
|
|
91148
91148
|
decoder: damlTypes.lazyMemo(function () {
|
|
91149
91149
|
return jtv.object({})
|
|
91150
91150
|
}),
|
|
@@ -91153,7 +91153,7 @@ function requireModule$5 () {
|
|
|
91153
91153
|
},
|
|
91154
91154
|
};
|
|
91155
91155
|
|
|
91156
|
-
exports.AnyValue = {
|
|
91156
|
+
exports$1.AnyValue = {
|
|
91157
91157
|
decoder: damlTypes.lazyMemo(function () {
|
|
91158
91158
|
return jtv.oneOf(
|
|
91159
91159
|
jtv.object({
|
|
@@ -91191,15 +91191,15 @@ function requireModule$5 () {
|
|
|
91191
91191
|
}),
|
|
91192
91192
|
jtv.object({
|
|
91193
91193
|
tag: jtv.constant('AV_ContractId'),
|
|
91194
|
-
value: damlTypes.ContractId(exports.AnyContract).decoder,
|
|
91194
|
+
value: damlTypes.ContractId(exports$1.AnyContract).decoder,
|
|
91195
91195
|
}),
|
|
91196
91196
|
jtv.object({
|
|
91197
91197
|
tag: jtv.constant('AV_List'),
|
|
91198
|
-
value: damlTypes.List(exports.AnyValue).decoder,
|
|
91198
|
+
value: damlTypes.List(exports$1.AnyValue).decoder,
|
|
91199
91199
|
}),
|
|
91200
91200
|
jtv.object({
|
|
91201
91201
|
tag: jtv.constant('AV_Map'),
|
|
91202
|
-
value: damlTypes.TextMap(exports.AnyValue).decoder,
|
|
91202
|
+
value: damlTypes.TextMap(exports$1.AnyValue).decoder,
|
|
91203
91203
|
})
|
|
91204
91204
|
)
|
|
91205
91205
|
}),
|
|
@@ -91251,21 +91251,21 @@ function requireModule$5 () {
|
|
|
91251
91251
|
return {
|
|
91252
91252
|
tag: __typed__.tag,
|
|
91253
91253
|
value: damlTypes
|
|
91254
|
-
.ContractId(exports.AnyContract)
|
|
91254
|
+
.ContractId(exports$1.AnyContract)
|
|
91255
91255
|
.encode(__typed__.value),
|
|
91256
91256
|
}
|
|
91257
91257
|
case 'AV_List':
|
|
91258
91258
|
return {
|
|
91259
91259
|
tag: __typed__.tag,
|
|
91260
91260
|
value: damlTypes
|
|
91261
|
-
.List(exports.AnyValue)
|
|
91261
|
+
.List(exports$1.AnyValue)
|
|
91262
91262
|
.encode(__typed__.value),
|
|
91263
91263
|
}
|
|
91264
91264
|
case 'AV_Map':
|
|
91265
91265
|
return {
|
|
91266
91266
|
tag: __typed__.tag,
|
|
91267
91267
|
value: damlTypes
|
|
91268
|
-
.TextMap(exports.AnyValue)
|
|
91268
|
+
.TextMap(exports$1.AnyValue)
|
|
91269
91269
|
.encode(__typed__.value),
|
|
91270
91270
|
}
|
|
91271
91271
|
default:
|
|
@@ -91277,17 +91277,17 @@ function requireModule$5 () {
|
|
|
91277
91277
|
}
|
|
91278
91278
|
},
|
|
91279
91279
|
};
|
|
91280
|
-
} (module$
|
|
91281
|
-
return module$
|
|
91280
|
+
} (module$3));
|
|
91281
|
+
return module$3;
|
|
91282
91282
|
}
|
|
91283
91283
|
|
|
91284
91284
|
var hasRequiredModule$4;
|
|
91285
91285
|
|
|
91286
91286
|
function requireModule$4 () {
|
|
91287
|
-
if (hasRequiredModule$4) return module$
|
|
91287
|
+
if (hasRequiredModule$4) return module$5;
|
|
91288
91288
|
hasRequiredModule$4 = 1;
|
|
91289
|
-
(function (exports) {
|
|
91290
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91289
|
+
(function (exports$1) {
|
|
91290
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91291
91291
|
/* eslint-disable-next-line no-unused-vars */
|
|
91292
91292
|
var jtv = require$$0$1;
|
|
91293
91293
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -91300,15 +91300,15 @@ function requireModule$4 () {
|
|
|
91300
91300
|
|
|
91301
91301
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
91302
91302
|
|
|
91303
|
-
exports.Holding = damlTypes.assembleInterface(
|
|
91303
|
+
exports$1.Holding = damlTypes.assembleInterface(
|
|
91304
91304
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.HoldingV1:Holding',
|
|
91305
91305
|
function () {
|
|
91306
|
-
return exports.HoldingView
|
|
91306
|
+
return exports$1.HoldingView
|
|
91307
91307
|
},
|
|
91308
91308
|
{
|
|
91309
91309
|
Archive: {
|
|
91310
91310
|
template: function () {
|
|
91311
|
-
return exports.Holding
|
|
91311
|
+
return exports$1.Holding
|
|
91312
91312
|
},
|
|
91313
91313
|
choiceName: 'Archive',
|
|
91314
91314
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91330,15 +91330,15 @@ function requireModule$4 () {
|
|
|
91330
91330
|
}
|
|
91331
91331
|
);
|
|
91332
91332
|
|
|
91333
|
-
exports.HoldingView = {
|
|
91333
|
+
exports$1.HoldingView = {
|
|
91334
91334
|
decoder: damlTypes.lazyMemo(function () {
|
|
91335
91335
|
return jtv.object({
|
|
91336
91336
|
owner: damlTypes.Party.decoder,
|
|
91337
|
-
instrumentId: exports.InstrumentId.decoder,
|
|
91337
|
+
instrumentId: exports$1.InstrumentId.decoder,
|
|
91338
91338
|
amount: damlTypes.Numeric(10).decoder,
|
|
91339
91339
|
lock: jtv.Decoder.withDefault(
|
|
91340
91340
|
null,
|
|
91341
|
-
damlTypes.Optional(exports.Lock).decoder
|
|
91341
|
+
damlTypes.Optional(exports$1.Lock).decoder
|
|
91342
91342
|
),
|
|
91343
91343
|
meta: Splice_Api_Token_MetadataV1.Metadata.decoder,
|
|
91344
91344
|
})
|
|
@@ -91346,15 +91346,15 @@ function requireModule$4 () {
|
|
|
91346
91346
|
encode: function (__typed__) {
|
|
91347
91347
|
return {
|
|
91348
91348
|
owner: damlTypes.Party.encode(__typed__.owner),
|
|
91349
|
-
instrumentId: exports.InstrumentId.encode(__typed__.instrumentId),
|
|
91349
|
+
instrumentId: exports$1.InstrumentId.encode(__typed__.instrumentId),
|
|
91350
91350
|
amount: damlTypes.Numeric(10).encode(__typed__.amount),
|
|
91351
|
-
lock: damlTypes.Optional(exports.Lock).encode(__typed__.lock),
|
|
91351
|
+
lock: damlTypes.Optional(exports$1.Lock).encode(__typed__.lock),
|
|
91352
91352
|
meta: Splice_Api_Token_MetadataV1.Metadata.encode(__typed__.meta),
|
|
91353
91353
|
}
|
|
91354
91354
|
},
|
|
91355
91355
|
};
|
|
91356
91356
|
|
|
91357
|
-
exports.Lock = {
|
|
91357
|
+
exports$1.Lock = {
|
|
91358
91358
|
decoder: damlTypes.lazyMemo(function () {
|
|
91359
91359
|
return jtv.object({
|
|
91360
91360
|
holders: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -91394,7 +91394,7 @@ function requireModule$4 () {
|
|
|
91394
91394
|
},
|
|
91395
91395
|
};
|
|
91396
91396
|
|
|
91397
|
-
exports.InstrumentId = {
|
|
91397
|
+
exports$1.InstrumentId = {
|
|
91398
91398
|
decoder: damlTypes.lazyMemo(function () {
|
|
91399
91399
|
return jtv.object({
|
|
91400
91400
|
admin: damlTypes.Party.decoder,
|
|
@@ -91408,17 +91408,17 @@ function requireModule$4 () {
|
|
|
91408
91408
|
}
|
|
91409
91409
|
},
|
|
91410
91410
|
};
|
|
91411
|
-
} (module$
|
|
91412
|
-
return module$
|
|
91411
|
+
} (module$5));
|
|
91412
|
+
return module$5;
|
|
91413
91413
|
}
|
|
91414
91414
|
|
|
91415
91415
|
var hasRequiredModule$3;
|
|
91416
91416
|
|
|
91417
91417
|
function requireModule$3 () {
|
|
91418
|
-
if (hasRequiredModule$3) return module$
|
|
91418
|
+
if (hasRequiredModule$3) return module$6;
|
|
91419
91419
|
hasRequiredModule$3 = 1;
|
|
91420
|
-
(function (exports) {
|
|
91421
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91420
|
+
(function (exports$1) {
|
|
91421
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91422
91422
|
/* eslint-disable-next-line no-unused-vars */
|
|
91423
91423
|
var jtv = require$$0$1;
|
|
91424
91424
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -91431,15 +91431,15 @@ function requireModule$3 () {
|
|
|
91431
91431
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
91432
91432
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
91433
91433
|
|
|
91434
|
-
exports.Allocation = damlTypes.assembleInterface(
|
|
91434
|
+
exports$1.Allocation = damlTypes.assembleInterface(
|
|
91435
91435
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationV1:Allocation',
|
|
91436
91436
|
function () {
|
|
91437
|
-
return exports.AllocationView
|
|
91437
|
+
return exports$1.AllocationView
|
|
91438
91438
|
},
|
|
91439
91439
|
{
|
|
91440
91440
|
Archive: {
|
|
91441
91441
|
template: function () {
|
|
91442
|
-
return exports.Allocation
|
|
91442
|
+
return exports$1.Allocation
|
|
91443
91443
|
},
|
|
91444
91444
|
choiceName: 'Archive',
|
|
91445
91445
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91460,56 +91460,56 @@ function requireModule$3 () {
|
|
|
91460
91460
|
},
|
|
91461
91461
|
Allocation_Withdraw: {
|
|
91462
91462
|
template: function () {
|
|
91463
|
-
return exports.Allocation
|
|
91463
|
+
return exports$1.Allocation
|
|
91464
91464
|
},
|
|
91465
91465
|
choiceName: 'Allocation_Withdraw',
|
|
91466
91466
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91467
|
-
return exports.Allocation_Withdraw.decoder
|
|
91467
|
+
return exports$1.Allocation_Withdraw.decoder
|
|
91468
91468
|
}),
|
|
91469
91469
|
argumentEncode: function (__typed__) {
|
|
91470
|
-
return exports.Allocation_Withdraw.encode(__typed__)
|
|
91470
|
+
return exports$1.Allocation_Withdraw.encode(__typed__)
|
|
91471
91471
|
},
|
|
91472
91472
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91473
|
-
return exports.Allocation_WithdrawResult.decoder
|
|
91473
|
+
return exports$1.Allocation_WithdrawResult.decoder
|
|
91474
91474
|
}),
|
|
91475
91475
|
resultEncode: function (__typed__) {
|
|
91476
|
-
return exports.Allocation_WithdrawResult.encode(__typed__)
|
|
91476
|
+
return exports$1.Allocation_WithdrawResult.encode(__typed__)
|
|
91477
91477
|
},
|
|
91478
91478
|
},
|
|
91479
91479
|
Allocation_Cancel: {
|
|
91480
91480
|
template: function () {
|
|
91481
|
-
return exports.Allocation
|
|
91481
|
+
return exports$1.Allocation
|
|
91482
91482
|
},
|
|
91483
91483
|
choiceName: 'Allocation_Cancel',
|
|
91484
91484
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91485
|
-
return exports.Allocation_Cancel.decoder
|
|
91485
|
+
return exports$1.Allocation_Cancel.decoder
|
|
91486
91486
|
}),
|
|
91487
91487
|
argumentEncode: function (__typed__) {
|
|
91488
|
-
return exports.Allocation_Cancel.encode(__typed__)
|
|
91488
|
+
return exports$1.Allocation_Cancel.encode(__typed__)
|
|
91489
91489
|
},
|
|
91490
91490
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91491
|
-
return exports.Allocation_CancelResult.decoder
|
|
91491
|
+
return exports$1.Allocation_CancelResult.decoder
|
|
91492
91492
|
}),
|
|
91493
91493
|
resultEncode: function (__typed__) {
|
|
91494
|
-
return exports.Allocation_CancelResult.encode(__typed__)
|
|
91494
|
+
return exports$1.Allocation_CancelResult.encode(__typed__)
|
|
91495
91495
|
},
|
|
91496
91496
|
},
|
|
91497
91497
|
Allocation_ExecuteTransfer: {
|
|
91498
91498
|
template: function () {
|
|
91499
|
-
return exports.Allocation
|
|
91499
|
+
return exports$1.Allocation
|
|
91500
91500
|
},
|
|
91501
91501
|
choiceName: 'Allocation_ExecuteTransfer',
|
|
91502
91502
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91503
|
-
return exports.Allocation_ExecuteTransfer.decoder
|
|
91503
|
+
return exports$1.Allocation_ExecuteTransfer.decoder
|
|
91504
91504
|
}),
|
|
91505
91505
|
argumentEncode: function (__typed__) {
|
|
91506
|
-
return exports.Allocation_ExecuteTransfer.encode(__typed__)
|
|
91506
|
+
return exports$1.Allocation_ExecuteTransfer.encode(__typed__)
|
|
91507
91507
|
},
|
|
91508
91508
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91509
|
-
return exports.Allocation_ExecuteTransferResult.decoder
|
|
91509
|
+
return exports$1.Allocation_ExecuteTransferResult.decoder
|
|
91510
91510
|
}),
|
|
91511
91511
|
resultEncode: function (__typed__) {
|
|
91512
|
-
return exports.Allocation_ExecuteTransferResult.encode(
|
|
91512
|
+
return exports$1.Allocation_ExecuteTransferResult.encode(
|
|
91513
91513
|
__typed__
|
|
91514
91514
|
)
|
|
91515
91515
|
},
|
|
@@ -91517,7 +91517,7 @@ function requireModule$3 () {
|
|
|
91517
91517
|
}
|
|
91518
91518
|
);
|
|
91519
91519
|
|
|
91520
|
-
exports.Allocation_WithdrawResult = {
|
|
91520
|
+
exports$1.Allocation_WithdrawResult = {
|
|
91521
91521
|
decoder: damlTypes.lazyMemo(function () {
|
|
91522
91522
|
return jtv.object({
|
|
91523
91523
|
senderHoldingCids: damlTypes.List(
|
|
@@ -91536,7 +91536,7 @@ function requireModule$3 () {
|
|
|
91536
91536
|
},
|
|
91537
91537
|
};
|
|
91538
91538
|
|
|
91539
|
-
exports.Allocation_CancelResult = {
|
|
91539
|
+
exports$1.Allocation_CancelResult = {
|
|
91540
91540
|
decoder: damlTypes.lazyMemo(function () {
|
|
91541
91541
|
return jtv.object({
|
|
91542
91542
|
senderHoldingCids: damlTypes.List(
|
|
@@ -91555,7 +91555,7 @@ function requireModule$3 () {
|
|
|
91555
91555
|
},
|
|
91556
91556
|
};
|
|
91557
91557
|
|
|
91558
|
-
exports.Allocation_ExecuteTransferResult = {
|
|
91558
|
+
exports$1.Allocation_ExecuteTransferResult = {
|
|
91559
91559
|
decoder: damlTypes.lazyMemo(function () {
|
|
91560
91560
|
return jtv.object({
|
|
91561
91561
|
senderHoldingCids: damlTypes.List(
|
|
@@ -91580,7 +91580,7 @@ function requireModule$3 () {
|
|
|
91580
91580
|
},
|
|
91581
91581
|
};
|
|
91582
91582
|
|
|
91583
|
-
exports.Allocation_Withdraw = {
|
|
91583
|
+
exports$1.Allocation_Withdraw = {
|
|
91584
91584
|
decoder: damlTypes.lazyMemo(function () {
|
|
91585
91585
|
return jtv.object({
|
|
91586
91586
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -91595,7 +91595,7 @@ function requireModule$3 () {
|
|
|
91595
91595
|
},
|
|
91596
91596
|
};
|
|
91597
91597
|
|
|
91598
|
-
exports.Allocation_Cancel = {
|
|
91598
|
+
exports$1.Allocation_Cancel = {
|
|
91599
91599
|
decoder: damlTypes.lazyMemo(function () {
|
|
91600
91600
|
return jtv.object({
|
|
91601
91601
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -91610,7 +91610,7 @@ function requireModule$3 () {
|
|
|
91610
91610
|
},
|
|
91611
91611
|
};
|
|
91612
91612
|
|
|
91613
|
-
exports.Allocation_ExecuteTransfer = {
|
|
91613
|
+
exports$1.Allocation_ExecuteTransfer = {
|
|
91614
91614
|
decoder: damlTypes.lazyMemo(function () {
|
|
91615
91615
|
return jtv.object({
|
|
91616
91616
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -91625,10 +91625,10 @@ function requireModule$3 () {
|
|
|
91625
91625
|
},
|
|
91626
91626
|
};
|
|
91627
91627
|
|
|
91628
|
-
exports.AllocationView = {
|
|
91628
|
+
exports$1.AllocationView = {
|
|
91629
91629
|
decoder: damlTypes.lazyMemo(function () {
|
|
91630
91630
|
return jtv.object({
|
|
91631
|
-
allocation: exports.AllocationSpecification.decoder,
|
|
91631
|
+
allocation: exports$1.AllocationSpecification.decoder,
|
|
91632
91632
|
holdingCids: damlTypes.List(
|
|
91633
91633
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
91634
91634
|
).decoder,
|
|
@@ -91637,7 +91637,7 @@ function requireModule$3 () {
|
|
|
91637
91637
|
}),
|
|
91638
91638
|
encode: function (__typed__) {
|
|
91639
91639
|
return {
|
|
91640
|
-
allocation: exports.AllocationSpecification.encode(
|
|
91640
|
+
allocation: exports$1.AllocationSpecification.encode(
|
|
91641
91641
|
__typed__.allocation
|
|
91642
91642
|
),
|
|
91643
91643
|
holdingCids: damlTypes
|
|
@@ -91648,24 +91648,24 @@ function requireModule$3 () {
|
|
|
91648
91648
|
},
|
|
91649
91649
|
};
|
|
91650
91650
|
|
|
91651
|
-
exports.AllocationSpecification = {
|
|
91651
|
+
exports$1.AllocationSpecification = {
|
|
91652
91652
|
decoder: damlTypes.lazyMemo(function () {
|
|
91653
91653
|
return jtv.object({
|
|
91654
|
-
settlement: exports.SettlementInfo.decoder,
|
|
91654
|
+
settlement: exports$1.SettlementInfo.decoder,
|
|
91655
91655
|
transferLegId: damlTypes.Text.decoder,
|
|
91656
|
-
transferLeg: exports.TransferLeg.decoder,
|
|
91656
|
+
transferLeg: exports$1.TransferLeg.decoder,
|
|
91657
91657
|
})
|
|
91658
91658
|
}),
|
|
91659
91659
|
encode: function (__typed__) {
|
|
91660
91660
|
return {
|
|
91661
|
-
settlement: exports.SettlementInfo.encode(__typed__.settlement),
|
|
91661
|
+
settlement: exports$1.SettlementInfo.encode(__typed__.settlement),
|
|
91662
91662
|
transferLegId: damlTypes.Text.encode(__typed__.transferLegId),
|
|
91663
|
-
transferLeg: exports.TransferLeg.encode(__typed__.transferLeg),
|
|
91663
|
+
transferLeg: exports$1.TransferLeg.encode(__typed__.transferLeg),
|
|
91664
91664
|
}
|
|
91665
91665
|
},
|
|
91666
91666
|
};
|
|
91667
91667
|
|
|
91668
|
-
exports.TransferLeg = {
|
|
91668
|
+
exports$1.TransferLeg = {
|
|
91669
91669
|
decoder: damlTypes.lazyMemo(function () {
|
|
91670
91670
|
return jtv.object({
|
|
91671
91671
|
sender: damlTypes.Party.decoder,
|
|
@@ -91688,11 +91688,11 @@ function requireModule$3 () {
|
|
|
91688
91688
|
},
|
|
91689
91689
|
};
|
|
91690
91690
|
|
|
91691
|
-
exports.SettlementInfo = {
|
|
91691
|
+
exports$1.SettlementInfo = {
|
|
91692
91692
|
decoder: damlTypes.lazyMemo(function () {
|
|
91693
91693
|
return jtv.object({
|
|
91694
91694
|
executor: damlTypes.Party.decoder,
|
|
91695
|
-
settlementRef: exports.Reference.decoder,
|
|
91695
|
+
settlementRef: exports$1.Reference.decoder,
|
|
91696
91696
|
requestedAt: damlTypes.Time.decoder,
|
|
91697
91697
|
allocateBefore: damlTypes.Time.decoder,
|
|
91698
91698
|
settleBefore: damlTypes.Time.decoder,
|
|
@@ -91702,7 +91702,7 @@ function requireModule$3 () {
|
|
|
91702
91702
|
encode: function (__typed__) {
|
|
91703
91703
|
return {
|
|
91704
91704
|
executor: damlTypes.Party.encode(__typed__.executor),
|
|
91705
|
-
settlementRef: exports.Reference.encode(__typed__.settlementRef),
|
|
91705
|
+
settlementRef: exports$1.Reference.encode(__typed__.settlementRef),
|
|
91706
91706
|
requestedAt: damlTypes.Time.encode(__typed__.requestedAt),
|
|
91707
91707
|
allocateBefore: damlTypes.Time.encode(__typed__.allocateBefore),
|
|
91708
91708
|
settleBefore: damlTypes.Time.encode(__typed__.settleBefore),
|
|
@@ -91711,7 +91711,7 @@ function requireModule$3 () {
|
|
|
91711
91711
|
},
|
|
91712
91712
|
};
|
|
91713
91713
|
|
|
91714
|
-
exports.Reference = {
|
|
91714
|
+
exports$1.Reference = {
|
|
91715
91715
|
decoder: damlTypes.lazyMemo(function () {
|
|
91716
91716
|
return jtv.object({
|
|
91717
91717
|
id: damlTypes.Text.decoder,
|
|
@@ -91738,17 +91738,17 @@ function requireModule$3 () {
|
|
|
91738
91738
|
}
|
|
91739
91739
|
},
|
|
91740
91740
|
};
|
|
91741
|
-
} (module$
|
|
91742
|
-
return module$
|
|
91741
|
+
} (module$6));
|
|
91742
|
+
return module$6;
|
|
91743
91743
|
}
|
|
91744
91744
|
|
|
91745
91745
|
var hasRequiredModule$2;
|
|
91746
91746
|
|
|
91747
91747
|
function requireModule$2 () {
|
|
91748
|
-
if (hasRequiredModule$2) return module$
|
|
91748
|
+
if (hasRequiredModule$2) return module$8;
|
|
91749
91749
|
hasRequiredModule$2 = 1;
|
|
91750
|
-
(function (exports) {
|
|
91751
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91750
|
+
(function (exports$1) {
|
|
91751
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91752
91752
|
/* eslint-disable-next-line no-unused-vars */
|
|
91753
91753
|
var jtv = require$$0$1;
|
|
91754
91754
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -91762,15 +91762,15 @@ function requireModule$2 () {
|
|
|
91762
91762
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
91763
91763
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
91764
91764
|
|
|
91765
|
-
exports.AllocationFactory = damlTypes.assembleInterface(
|
|
91765
|
+
exports$1.AllocationFactory = damlTypes.assembleInterface(
|
|
91766
91766
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationInstructionV1:AllocationFactory',
|
|
91767
91767
|
function () {
|
|
91768
|
-
return exports.AllocationFactoryView
|
|
91768
|
+
return exports$1.AllocationFactoryView
|
|
91769
91769
|
},
|
|
91770
91770
|
{
|
|
91771
91771
|
Archive: {
|
|
91772
91772
|
template: function () {
|
|
91773
|
-
return exports.AllocationFactory
|
|
91773
|
+
return exports$1.AllocationFactory
|
|
91774
91774
|
},
|
|
91775
91775
|
choiceName: 'Archive',
|
|
91776
91776
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91791,52 +91791,52 @@ function requireModule$2 () {
|
|
|
91791
91791
|
},
|
|
91792
91792
|
AllocationFactory_Allocate: {
|
|
91793
91793
|
template: function () {
|
|
91794
|
-
return exports.AllocationFactory
|
|
91794
|
+
return exports$1.AllocationFactory
|
|
91795
91795
|
},
|
|
91796
91796
|
choiceName: 'AllocationFactory_Allocate',
|
|
91797
91797
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91798
|
-
return exports.AllocationFactory_Allocate.decoder
|
|
91798
|
+
return exports$1.AllocationFactory_Allocate.decoder
|
|
91799
91799
|
}),
|
|
91800
91800
|
argumentEncode: function (__typed__) {
|
|
91801
|
-
return exports.AllocationFactory_Allocate.encode(__typed__)
|
|
91801
|
+
return exports$1.AllocationFactory_Allocate.encode(__typed__)
|
|
91802
91802
|
},
|
|
91803
91803
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91804
|
-
return exports.AllocationInstructionResult.decoder
|
|
91804
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
91805
91805
|
}),
|
|
91806
91806
|
resultEncode: function (__typed__) {
|
|
91807
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
91807
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
91808
91808
|
},
|
|
91809
91809
|
},
|
|
91810
91810
|
AllocationFactory_PublicFetch: {
|
|
91811
91811
|
template: function () {
|
|
91812
|
-
return exports.AllocationFactory
|
|
91812
|
+
return exports$1.AllocationFactory
|
|
91813
91813
|
},
|
|
91814
91814
|
choiceName: 'AllocationFactory_PublicFetch',
|
|
91815
91815
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91816
|
-
return exports.AllocationFactory_PublicFetch.decoder
|
|
91816
|
+
return exports$1.AllocationFactory_PublicFetch.decoder
|
|
91817
91817
|
}),
|
|
91818
91818
|
argumentEncode: function (__typed__) {
|
|
91819
|
-
return exports.AllocationFactory_PublicFetch.encode(__typed__)
|
|
91819
|
+
return exports$1.AllocationFactory_PublicFetch.encode(__typed__)
|
|
91820
91820
|
},
|
|
91821
91821
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91822
|
-
return exports.AllocationFactoryView.decoder
|
|
91822
|
+
return exports$1.AllocationFactoryView.decoder
|
|
91823
91823
|
}),
|
|
91824
91824
|
resultEncode: function (__typed__) {
|
|
91825
|
-
return exports.AllocationFactoryView.encode(__typed__)
|
|
91825
|
+
return exports$1.AllocationFactoryView.encode(__typed__)
|
|
91826
91826
|
},
|
|
91827
91827
|
},
|
|
91828
91828
|
}
|
|
91829
91829
|
);
|
|
91830
91830
|
|
|
91831
|
-
exports.AllocationInstruction = damlTypes.assembleInterface(
|
|
91831
|
+
exports$1.AllocationInstruction = damlTypes.assembleInterface(
|
|
91832
91832
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction',
|
|
91833
91833
|
function () {
|
|
91834
|
-
return exports.AllocationInstructionView
|
|
91834
|
+
return exports$1.AllocationInstructionView
|
|
91835
91835
|
},
|
|
91836
91836
|
{
|
|
91837
91837
|
Archive: {
|
|
91838
91838
|
template: function () {
|
|
91839
|
-
return exports.AllocationInstruction
|
|
91839
|
+
return exports$1.AllocationInstruction
|
|
91840
91840
|
},
|
|
91841
91841
|
choiceName: 'Archive',
|
|
91842
91842
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91857,54 +91857,54 @@ function requireModule$2 () {
|
|
|
91857
91857
|
},
|
|
91858
91858
|
AllocationInstruction_Withdraw: {
|
|
91859
91859
|
template: function () {
|
|
91860
|
-
return exports.AllocationInstruction
|
|
91860
|
+
return exports$1.AllocationInstruction
|
|
91861
91861
|
},
|
|
91862
91862
|
choiceName: 'AllocationInstruction_Withdraw',
|
|
91863
91863
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91864
|
-
return exports.AllocationInstruction_Withdraw.decoder
|
|
91864
|
+
return exports$1.AllocationInstruction_Withdraw.decoder
|
|
91865
91865
|
}),
|
|
91866
91866
|
argumentEncode: function (__typed__) {
|
|
91867
|
-
return exports.AllocationInstruction_Withdraw.encode(__typed__)
|
|
91867
|
+
return exports$1.AllocationInstruction_Withdraw.encode(__typed__)
|
|
91868
91868
|
},
|
|
91869
91869
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91870
|
-
return exports.AllocationInstructionResult.decoder
|
|
91870
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
91871
91871
|
}),
|
|
91872
91872
|
resultEncode: function (__typed__) {
|
|
91873
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
91873
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
91874
91874
|
},
|
|
91875
91875
|
},
|
|
91876
91876
|
AllocationInstruction_Update: {
|
|
91877
91877
|
template: function () {
|
|
91878
|
-
return exports.AllocationInstruction
|
|
91878
|
+
return exports$1.AllocationInstruction
|
|
91879
91879
|
},
|
|
91880
91880
|
choiceName: 'AllocationInstruction_Update',
|
|
91881
91881
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91882
|
-
return exports.AllocationInstruction_Update.decoder
|
|
91882
|
+
return exports$1.AllocationInstruction_Update.decoder
|
|
91883
91883
|
}),
|
|
91884
91884
|
argumentEncode: function (__typed__) {
|
|
91885
|
-
return exports.AllocationInstruction_Update.encode(__typed__)
|
|
91885
|
+
return exports$1.AllocationInstruction_Update.encode(__typed__)
|
|
91886
91886
|
},
|
|
91887
91887
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91888
|
-
return exports.AllocationInstructionResult.decoder
|
|
91888
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
91889
91889
|
}),
|
|
91890
91890
|
resultEncode: function (__typed__) {
|
|
91891
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
91891
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
91892
91892
|
},
|
|
91893
91893
|
},
|
|
91894
91894
|
}
|
|
91895
91895
|
);
|
|
91896
91896
|
|
|
91897
|
-
exports.AllocationInstructionResult_Output = {
|
|
91897
|
+
exports$1.AllocationInstructionResult_Output = {
|
|
91898
91898
|
decoder: damlTypes.lazyMemo(function () {
|
|
91899
91899
|
return jtv.oneOf(
|
|
91900
91900
|
jtv.object({
|
|
91901
91901
|
tag: jtv.constant('AllocationInstructionResult_Pending'),
|
|
91902
|
-
value: exports.AllocationInstructionResult_Output
|
|
91902
|
+
value: exports$1.AllocationInstructionResult_Output
|
|
91903
91903
|
.AllocationInstructionResult_Pending.decoder,
|
|
91904
91904
|
}),
|
|
91905
91905
|
jtv.object({
|
|
91906
91906
|
tag: jtv.constant('AllocationInstructionResult_Completed'),
|
|
91907
|
-
value: exports.AllocationInstructionResult_Output
|
|
91907
|
+
value: exports$1.AllocationInstructionResult_Output
|
|
91908
91908
|
.AllocationInstructionResult_Completed.decoder,
|
|
91909
91909
|
}),
|
|
91910
91910
|
jtv.object({
|
|
@@ -91918,14 +91918,14 @@ function requireModule$2 () {
|
|
|
91918
91918
|
case 'AllocationInstructionResult_Pending':
|
|
91919
91919
|
return {
|
|
91920
91920
|
tag: __typed__.tag,
|
|
91921
|
-
value: exports.AllocationInstructionResult_Output.AllocationInstructionResult_Pending.encode(
|
|
91921
|
+
value: exports$1.AllocationInstructionResult_Output.AllocationInstructionResult_Pending.encode(
|
|
91922
91922
|
__typed__.value
|
|
91923
91923
|
),
|
|
91924
91924
|
}
|
|
91925
91925
|
case 'AllocationInstructionResult_Completed':
|
|
91926
91926
|
return {
|
|
91927
91927
|
tag: __typed__.tag,
|
|
91928
|
-
value: exports.AllocationInstructionResult_Output.AllocationInstructionResult_Completed.encode(
|
|
91928
|
+
value: exports$1.AllocationInstructionResult_Output.AllocationInstructionResult_Completed.encode(
|
|
91929
91929
|
__typed__.value
|
|
91930
91930
|
),
|
|
91931
91931
|
}
|
|
@@ -91946,14 +91946,14 @@ function requireModule$2 () {
|
|
|
91946
91946
|
decoder: damlTypes.lazyMemo(function () {
|
|
91947
91947
|
return jtv.object({
|
|
91948
91948
|
allocationInstructionCid: damlTypes.ContractId(
|
|
91949
|
-
exports.AllocationInstruction
|
|
91949
|
+
exports$1.AllocationInstruction
|
|
91950
91950
|
).decoder,
|
|
91951
91951
|
})
|
|
91952
91952
|
}),
|
|
91953
91953
|
encode: function (__typed__) {
|
|
91954
91954
|
return {
|
|
91955
91955
|
allocationInstructionCid: damlTypes
|
|
91956
|
-
.ContractId(exports.AllocationInstruction)
|
|
91956
|
+
.ContractId(exports$1.AllocationInstruction)
|
|
91957
91957
|
.encode(__typed__.allocationInstructionCid),
|
|
91958
91958
|
}
|
|
91959
91959
|
},
|
|
@@ -91976,10 +91976,10 @@ function requireModule$2 () {
|
|
|
91976
91976
|
},
|
|
91977
91977
|
};
|
|
91978
91978
|
|
|
91979
|
-
exports.AllocationInstructionResult = {
|
|
91979
|
+
exports$1.AllocationInstructionResult = {
|
|
91980
91980
|
decoder: damlTypes.lazyMemo(function () {
|
|
91981
91981
|
return jtv.object({
|
|
91982
|
-
output: exports.AllocationInstructionResult_Output.decoder,
|
|
91982
|
+
output: exports$1.AllocationInstructionResult_Output.decoder,
|
|
91983
91983
|
senderChangeCids: damlTypes.List(
|
|
91984
91984
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
91985
91985
|
).decoder,
|
|
@@ -91988,7 +91988,7 @@ function requireModule$2 () {
|
|
|
91988
91988
|
}),
|
|
91989
91989
|
encode: function (__typed__) {
|
|
91990
91990
|
return {
|
|
91991
|
-
output: exports.AllocationInstructionResult_Output.encode(
|
|
91991
|
+
output: exports$1.AllocationInstructionResult_Output.encode(
|
|
91992
91992
|
__typed__.output
|
|
91993
91993
|
),
|
|
91994
91994
|
senderChangeCids: damlTypes
|
|
@@ -91999,7 +91999,7 @@ function requireModule$2 () {
|
|
|
91999
91999
|
},
|
|
92000
92000
|
};
|
|
92001
92001
|
|
|
92002
|
-
exports.AllocationFactory_PublicFetch = {
|
|
92002
|
+
exports$1.AllocationFactory_PublicFetch = {
|
|
92003
92003
|
decoder: damlTypes.lazyMemo(function () {
|
|
92004
92004
|
return jtv.object({
|
|
92005
92005
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -92014,7 +92014,7 @@ function requireModule$2 () {
|
|
|
92014
92014
|
},
|
|
92015
92015
|
};
|
|
92016
92016
|
|
|
92017
|
-
exports.AllocationFactory_Allocate = {
|
|
92017
|
+
exports$1.AllocationFactory_Allocate = {
|
|
92018
92018
|
decoder: damlTypes.lazyMemo(function () {
|
|
92019
92019
|
return jtv.object({
|
|
92020
92020
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -92045,7 +92045,7 @@ function requireModule$2 () {
|
|
|
92045
92045
|
},
|
|
92046
92046
|
};
|
|
92047
92047
|
|
|
92048
|
-
exports.AllocationFactoryView = {
|
|
92048
|
+
exports$1.AllocationFactoryView = {
|
|
92049
92049
|
decoder: damlTypes.lazyMemo(function () {
|
|
92050
92050
|
return jtv.object({
|
|
92051
92051
|
admin: damlTypes.Party.decoder,
|
|
@@ -92060,7 +92060,7 @@ function requireModule$2 () {
|
|
|
92060
92060
|
},
|
|
92061
92061
|
};
|
|
92062
92062
|
|
|
92063
|
-
exports.AllocationInstruction_Update = {
|
|
92063
|
+
exports$1.AllocationInstruction_Update = {
|
|
92064
92064
|
decoder: damlTypes.lazyMemo(function () {
|
|
92065
92065
|
return jtv.object({
|
|
92066
92066
|
extraActors: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -92079,7 +92079,7 @@ function requireModule$2 () {
|
|
|
92079
92079
|
},
|
|
92080
92080
|
};
|
|
92081
92081
|
|
|
92082
|
-
exports.AllocationInstruction_Withdraw = {
|
|
92082
|
+
exports$1.AllocationInstruction_Withdraw = {
|
|
92083
92083
|
decoder: damlTypes.lazyMemo(function () {
|
|
92084
92084
|
return jtv.object({
|
|
92085
92085
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92094,13 +92094,13 @@ function requireModule$2 () {
|
|
|
92094
92094
|
},
|
|
92095
92095
|
};
|
|
92096
92096
|
|
|
92097
|
-
exports.AllocationInstructionView = {
|
|
92097
|
+
exports$1.AllocationInstructionView = {
|
|
92098
92098
|
decoder: damlTypes.lazyMemo(function () {
|
|
92099
92099
|
return jtv.object({
|
|
92100
92100
|
originalInstructionCid: jtv.Decoder.withDefault(
|
|
92101
92101
|
null,
|
|
92102
92102
|
damlTypes.Optional(
|
|
92103
|
-
damlTypes.ContractId(exports.AllocationInstruction)
|
|
92103
|
+
damlTypes.ContractId(exports$1.AllocationInstruction)
|
|
92104
92104
|
).decoder
|
|
92105
92105
|
),
|
|
92106
92106
|
allocation:
|
|
@@ -92117,7 +92117,7 @@ function requireModule$2 () {
|
|
|
92117
92117
|
encode: function (__typed__) {
|
|
92118
92118
|
return {
|
|
92119
92119
|
originalInstructionCid: damlTypes
|
|
92120
|
-
.Optional(damlTypes.ContractId(exports.AllocationInstruction))
|
|
92120
|
+
.Optional(damlTypes.ContractId(exports$1.AllocationInstruction))
|
|
92121
92121
|
.encode(__typed__.originalInstructionCid),
|
|
92122
92122
|
allocation:
|
|
92123
92123
|
Splice_Api_Token_AllocationV1.AllocationSpecification.encode(
|
|
@@ -92134,8 +92134,8 @@ function requireModule$2 () {
|
|
|
92134
92134
|
}
|
|
92135
92135
|
},
|
|
92136
92136
|
};
|
|
92137
|
-
} (module$
|
|
92138
|
-
return module$
|
|
92137
|
+
} (module$8));
|
|
92138
|
+
return module$8;
|
|
92139
92139
|
}
|
|
92140
92140
|
|
|
92141
92141
|
var hasRequiredAllocationInstructionV1;
|
|
@@ -92143,13 +92143,13 @@ var hasRequiredAllocationInstructionV1;
|
|
|
92143
92143
|
function requireAllocationInstructionV1 () {
|
|
92144
92144
|
if (hasRequiredAllocationInstructionV1) return AllocationInstructionV1$1;
|
|
92145
92145
|
hasRequiredAllocationInstructionV1 = 1;
|
|
92146
|
-
(function (exports) {
|
|
92146
|
+
(function (exports$1) {
|
|
92147
92147
|
/* eslint-disable-next-line no-unused-vars */
|
|
92148
92148
|
function __export(m) {
|
|
92149
92149
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92150
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92150
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92151
92151
|
}
|
|
92152
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92152
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92153
92153
|
__export(requireModule$2());
|
|
92154
92154
|
} (AllocationInstructionV1$1));
|
|
92155
92155
|
return AllocationInstructionV1$1;
|
|
@@ -92157,15 +92157,15 @@ function requireAllocationInstructionV1 () {
|
|
|
92157
92157
|
|
|
92158
92158
|
var AllocationRequestV1$1 = {};
|
|
92159
92159
|
|
|
92160
|
-
var module$
|
|
92160
|
+
var module$2 = {};
|
|
92161
92161
|
|
|
92162
92162
|
var hasRequiredModule$1;
|
|
92163
92163
|
|
|
92164
92164
|
function requireModule$1 () {
|
|
92165
|
-
if (hasRequiredModule$1) return module$
|
|
92165
|
+
if (hasRequiredModule$1) return module$2;
|
|
92166
92166
|
hasRequiredModule$1 = 1;
|
|
92167
|
-
(function (exports) {
|
|
92168
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92167
|
+
(function (exports$1) {
|
|
92168
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92169
92169
|
/* eslint-disable-next-line no-unused-vars */
|
|
92170
92170
|
var jtv = require$$0$1;
|
|
92171
92171
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -92178,15 +92178,15 @@ function requireModule$1 () {
|
|
|
92178
92178
|
var Splice_Api_Token_AllocationV1 = requireModule$3();
|
|
92179
92179
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
92180
92180
|
|
|
92181
|
-
exports.AllocationRequest = damlTypes.assembleInterface(
|
|
92181
|
+
exports$1.AllocationRequest = damlTypes.assembleInterface(
|
|
92182
92182
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationRequestV1:AllocationRequest',
|
|
92183
92183
|
function () {
|
|
92184
|
-
return exports.AllocationRequestView
|
|
92184
|
+
return exports$1.AllocationRequestView
|
|
92185
92185
|
},
|
|
92186
92186
|
{
|
|
92187
92187
|
Archive: {
|
|
92188
92188
|
template: function () {
|
|
92189
|
-
return exports.AllocationRequest
|
|
92189
|
+
return exports$1.AllocationRequest
|
|
92190
92190
|
},
|
|
92191
92191
|
choiceName: 'Archive',
|
|
92192
92192
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -92207,14 +92207,14 @@ function requireModule$1 () {
|
|
|
92207
92207
|
},
|
|
92208
92208
|
AllocationRequest_Reject: {
|
|
92209
92209
|
template: function () {
|
|
92210
|
-
return exports.AllocationRequest
|
|
92210
|
+
return exports$1.AllocationRequest
|
|
92211
92211
|
},
|
|
92212
92212
|
choiceName: 'AllocationRequest_Reject',
|
|
92213
92213
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92214
|
-
return exports.AllocationRequest_Reject.decoder
|
|
92214
|
+
return exports$1.AllocationRequest_Reject.decoder
|
|
92215
92215
|
}),
|
|
92216
92216
|
argumentEncode: function (__typed__) {
|
|
92217
|
-
return exports.AllocationRequest_Reject.encode(__typed__)
|
|
92217
|
+
return exports$1.AllocationRequest_Reject.encode(__typed__)
|
|
92218
92218
|
},
|
|
92219
92219
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92220
92220
|
return Splice_Api_Token_MetadataV1.ChoiceExecutionMetadata
|
|
@@ -92228,14 +92228,14 @@ function requireModule$1 () {
|
|
|
92228
92228
|
},
|
|
92229
92229
|
AllocationRequest_Withdraw: {
|
|
92230
92230
|
template: function () {
|
|
92231
|
-
return exports.AllocationRequest
|
|
92231
|
+
return exports$1.AllocationRequest
|
|
92232
92232
|
},
|
|
92233
92233
|
choiceName: 'AllocationRequest_Withdraw',
|
|
92234
92234
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92235
|
-
return exports.AllocationRequest_Withdraw.decoder
|
|
92235
|
+
return exports$1.AllocationRequest_Withdraw.decoder
|
|
92236
92236
|
}),
|
|
92237
92237
|
argumentEncode: function (__typed__) {
|
|
92238
|
-
return exports.AllocationRequest_Withdraw.encode(__typed__)
|
|
92238
|
+
return exports$1.AllocationRequest_Withdraw.encode(__typed__)
|
|
92239
92239
|
},
|
|
92240
92240
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92241
92241
|
return Splice_Api_Token_MetadataV1.ChoiceExecutionMetadata
|
|
@@ -92250,7 +92250,7 @@ function requireModule$1 () {
|
|
|
92250
92250
|
}
|
|
92251
92251
|
);
|
|
92252
92252
|
|
|
92253
|
-
exports.AllocationRequestView = {
|
|
92253
|
+
exports$1.AllocationRequestView = {
|
|
92254
92254
|
decoder: damlTypes.lazyMemo(function () {
|
|
92255
92255
|
return jtv.object({
|
|
92256
92256
|
settlement: Splice_Api_Token_AllocationV1.SettlementInfo.decoder,
|
|
@@ -92273,7 +92273,7 @@ function requireModule$1 () {
|
|
|
92273
92273
|
},
|
|
92274
92274
|
};
|
|
92275
92275
|
|
|
92276
|
-
exports.AllocationRequest_Withdraw = {
|
|
92276
|
+
exports$1.AllocationRequest_Withdraw = {
|
|
92277
92277
|
decoder: damlTypes.lazyMemo(function () {
|
|
92278
92278
|
return jtv.object({
|
|
92279
92279
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92288,7 +92288,7 @@ function requireModule$1 () {
|
|
|
92288
92288
|
},
|
|
92289
92289
|
};
|
|
92290
92290
|
|
|
92291
|
-
exports.AllocationRequest_Reject = {
|
|
92291
|
+
exports$1.AllocationRequest_Reject = {
|
|
92292
92292
|
decoder: damlTypes.lazyMemo(function () {
|
|
92293
92293
|
return jtv.object({
|
|
92294
92294
|
actor: damlTypes.Party.decoder,
|
|
@@ -92304,8 +92304,8 @@ function requireModule$1 () {
|
|
|
92304
92304
|
}
|
|
92305
92305
|
},
|
|
92306
92306
|
};
|
|
92307
|
-
} (module$
|
|
92308
|
-
return module$
|
|
92307
|
+
} (module$2));
|
|
92308
|
+
return module$2;
|
|
92309
92309
|
}
|
|
92310
92310
|
|
|
92311
92311
|
var hasRequiredAllocationRequestV1;
|
|
@@ -92313,13 +92313,13 @@ var hasRequiredAllocationRequestV1;
|
|
|
92313
92313
|
function requireAllocationRequestV1 () {
|
|
92314
92314
|
if (hasRequiredAllocationRequestV1) return AllocationRequestV1$1;
|
|
92315
92315
|
hasRequiredAllocationRequestV1 = 1;
|
|
92316
|
-
(function (exports) {
|
|
92316
|
+
(function (exports$1) {
|
|
92317
92317
|
/* eslint-disable-next-line no-unused-vars */
|
|
92318
92318
|
function __export(m) {
|
|
92319
92319
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92320
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92320
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92321
92321
|
}
|
|
92322
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92322
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92323
92323
|
__export(requireModule$1());
|
|
92324
92324
|
} (AllocationRequestV1$1));
|
|
92325
92325
|
return AllocationRequestV1$1;
|
|
@@ -92332,13 +92332,13 @@ var hasRequiredAllocationV1;
|
|
|
92332
92332
|
function requireAllocationV1 () {
|
|
92333
92333
|
if (hasRequiredAllocationV1) return AllocationV1$1;
|
|
92334
92334
|
hasRequiredAllocationV1 = 1;
|
|
92335
|
-
(function (exports) {
|
|
92335
|
+
(function (exports$1) {
|
|
92336
92336
|
/* eslint-disable-next-line no-unused-vars */
|
|
92337
92337
|
function __export(m) {
|
|
92338
92338
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92339
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92339
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92340
92340
|
}
|
|
92341
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92341
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92342
92342
|
__export(requireModule$3());
|
|
92343
92343
|
} (AllocationV1$1));
|
|
92344
92344
|
return AllocationV1$1;
|
|
@@ -92351,13 +92351,13 @@ var hasRequiredHoldingV1;
|
|
|
92351
92351
|
function requireHoldingV1 () {
|
|
92352
92352
|
if (hasRequiredHoldingV1) return HoldingV1$1;
|
|
92353
92353
|
hasRequiredHoldingV1 = 1;
|
|
92354
|
-
(function (exports) {
|
|
92354
|
+
(function (exports$1) {
|
|
92355
92355
|
/* eslint-disable-next-line no-unused-vars */
|
|
92356
92356
|
function __export(m) {
|
|
92357
92357
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92358
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92358
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92359
92359
|
}
|
|
92360
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92360
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92361
92361
|
__export(requireModule$4());
|
|
92362
92362
|
} (HoldingV1$1));
|
|
92363
92363
|
return HoldingV1$1;
|
|
@@ -92370,13 +92370,13 @@ var hasRequiredMetadataV1;
|
|
|
92370
92370
|
function requireMetadataV1 () {
|
|
92371
92371
|
if (hasRequiredMetadataV1) return MetadataV1$1;
|
|
92372
92372
|
hasRequiredMetadataV1 = 1;
|
|
92373
|
-
(function (exports) {
|
|
92373
|
+
(function (exports$1) {
|
|
92374
92374
|
/* eslint-disable-next-line no-unused-vars */
|
|
92375
92375
|
function __export(m) {
|
|
92376
92376
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92377
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92377
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92378
92378
|
}
|
|
92379
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92379
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92380
92380
|
__export(requireModule$5());
|
|
92381
92381
|
} (MetadataV1$1));
|
|
92382
92382
|
return MetadataV1$1;
|
|
@@ -92384,15 +92384,15 @@ function requireMetadataV1 () {
|
|
|
92384
92384
|
|
|
92385
92385
|
var TransferInstructionV1$1 = {};
|
|
92386
92386
|
|
|
92387
|
-
var module = {};
|
|
92387
|
+
var module$1 = {};
|
|
92388
92388
|
|
|
92389
92389
|
var hasRequiredModule;
|
|
92390
92390
|
|
|
92391
92391
|
function requireModule () {
|
|
92392
|
-
if (hasRequiredModule) return module;
|
|
92392
|
+
if (hasRequiredModule) return module$1;
|
|
92393
92393
|
hasRequiredModule = 1;
|
|
92394
|
-
(function (exports) {
|
|
92395
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92394
|
+
(function (exports$1) {
|
|
92395
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92396
92396
|
/* eslint-disable-next-line no-unused-vars */
|
|
92397
92397
|
var jtv = require$$0$1;
|
|
92398
92398
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -92405,15 +92405,15 @@ function requireModule () {
|
|
|
92405
92405
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
92406
92406
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
92407
92407
|
|
|
92408
|
-
exports.TransferFactory = damlTypes.assembleInterface(
|
|
92408
|
+
exports$1.TransferFactory = damlTypes.assembleInterface(
|
|
92409
92409
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.TransferInstructionV1:TransferFactory',
|
|
92410
92410
|
function () {
|
|
92411
|
-
return exports.TransferFactoryView
|
|
92411
|
+
return exports$1.TransferFactoryView
|
|
92412
92412
|
},
|
|
92413
92413
|
{
|
|
92414
92414
|
Archive: {
|
|
92415
92415
|
template: function () {
|
|
92416
|
-
return exports.TransferFactory
|
|
92416
|
+
return exports$1.TransferFactory
|
|
92417
92417
|
},
|
|
92418
92418
|
choiceName: 'Archive',
|
|
92419
92419
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -92434,52 +92434,52 @@ function requireModule () {
|
|
|
92434
92434
|
},
|
|
92435
92435
|
TransferFactory_Transfer: {
|
|
92436
92436
|
template: function () {
|
|
92437
|
-
return exports.TransferFactory
|
|
92437
|
+
return exports$1.TransferFactory
|
|
92438
92438
|
},
|
|
92439
92439
|
choiceName: 'TransferFactory_Transfer',
|
|
92440
92440
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92441
|
-
return exports.TransferFactory_Transfer.decoder
|
|
92441
|
+
return exports$1.TransferFactory_Transfer.decoder
|
|
92442
92442
|
}),
|
|
92443
92443
|
argumentEncode: function (__typed__) {
|
|
92444
|
-
return exports.TransferFactory_Transfer.encode(__typed__)
|
|
92444
|
+
return exports$1.TransferFactory_Transfer.encode(__typed__)
|
|
92445
92445
|
},
|
|
92446
92446
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92447
|
-
return exports.TransferInstructionResult.decoder
|
|
92447
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92448
92448
|
}),
|
|
92449
92449
|
resultEncode: function (__typed__) {
|
|
92450
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92450
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92451
92451
|
},
|
|
92452
92452
|
},
|
|
92453
92453
|
TransferFactory_PublicFetch: {
|
|
92454
92454
|
template: function () {
|
|
92455
|
-
return exports.TransferFactory
|
|
92455
|
+
return exports$1.TransferFactory
|
|
92456
92456
|
},
|
|
92457
92457
|
choiceName: 'TransferFactory_PublicFetch',
|
|
92458
92458
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92459
|
-
return exports.TransferFactory_PublicFetch.decoder
|
|
92459
|
+
return exports$1.TransferFactory_PublicFetch.decoder
|
|
92460
92460
|
}),
|
|
92461
92461
|
argumentEncode: function (__typed__) {
|
|
92462
|
-
return exports.TransferFactory_PublicFetch.encode(__typed__)
|
|
92462
|
+
return exports$1.TransferFactory_PublicFetch.encode(__typed__)
|
|
92463
92463
|
},
|
|
92464
92464
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92465
|
-
return exports.TransferFactoryView.decoder
|
|
92465
|
+
return exports$1.TransferFactoryView.decoder
|
|
92466
92466
|
}),
|
|
92467
92467
|
resultEncode: function (__typed__) {
|
|
92468
|
-
return exports.TransferFactoryView.encode(__typed__)
|
|
92468
|
+
return exports$1.TransferFactoryView.encode(__typed__)
|
|
92469
92469
|
},
|
|
92470
92470
|
},
|
|
92471
92471
|
}
|
|
92472
92472
|
);
|
|
92473
92473
|
|
|
92474
|
-
exports.TransferInstruction = damlTypes.assembleInterface(
|
|
92474
|
+
exports$1.TransferInstruction = damlTypes.assembleInterface(
|
|
92475
92475
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.TransferInstructionV1:TransferInstruction',
|
|
92476
92476
|
function () {
|
|
92477
|
-
return exports.TransferInstructionView
|
|
92477
|
+
return exports$1.TransferInstructionView
|
|
92478
92478
|
},
|
|
92479
92479
|
{
|
|
92480
92480
|
Archive: {
|
|
92481
92481
|
template: function () {
|
|
92482
|
-
return exports.TransferInstruction
|
|
92482
|
+
return exports$1.TransferInstruction
|
|
92483
92483
|
},
|
|
92484
92484
|
choiceName: 'Archive',
|
|
92485
92485
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -92500,80 +92500,80 @@ function requireModule () {
|
|
|
92500
92500
|
},
|
|
92501
92501
|
TransferInstruction_Accept: {
|
|
92502
92502
|
template: function () {
|
|
92503
|
-
return exports.TransferInstruction
|
|
92503
|
+
return exports$1.TransferInstruction
|
|
92504
92504
|
},
|
|
92505
92505
|
choiceName: 'TransferInstruction_Accept',
|
|
92506
92506
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92507
|
-
return exports.TransferInstruction_Accept.decoder
|
|
92507
|
+
return exports$1.TransferInstruction_Accept.decoder
|
|
92508
92508
|
}),
|
|
92509
92509
|
argumentEncode: function (__typed__) {
|
|
92510
|
-
return exports.TransferInstruction_Accept.encode(__typed__)
|
|
92510
|
+
return exports$1.TransferInstruction_Accept.encode(__typed__)
|
|
92511
92511
|
},
|
|
92512
92512
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92513
|
-
return exports.TransferInstructionResult.decoder
|
|
92513
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92514
92514
|
}),
|
|
92515
92515
|
resultEncode: function (__typed__) {
|
|
92516
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92516
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92517
92517
|
},
|
|
92518
92518
|
},
|
|
92519
92519
|
TransferInstruction_Reject: {
|
|
92520
92520
|
template: function () {
|
|
92521
|
-
return exports.TransferInstruction
|
|
92521
|
+
return exports$1.TransferInstruction
|
|
92522
92522
|
},
|
|
92523
92523
|
choiceName: 'TransferInstruction_Reject',
|
|
92524
92524
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92525
|
-
return exports.TransferInstruction_Reject.decoder
|
|
92525
|
+
return exports$1.TransferInstruction_Reject.decoder
|
|
92526
92526
|
}),
|
|
92527
92527
|
argumentEncode: function (__typed__) {
|
|
92528
|
-
return exports.TransferInstruction_Reject.encode(__typed__)
|
|
92528
|
+
return exports$1.TransferInstruction_Reject.encode(__typed__)
|
|
92529
92529
|
},
|
|
92530
92530
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92531
|
-
return exports.TransferInstructionResult.decoder
|
|
92531
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92532
92532
|
}),
|
|
92533
92533
|
resultEncode: function (__typed__) {
|
|
92534
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92534
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92535
92535
|
},
|
|
92536
92536
|
},
|
|
92537
92537
|
TransferInstruction_Withdraw: {
|
|
92538
92538
|
template: function () {
|
|
92539
|
-
return exports.TransferInstruction
|
|
92539
|
+
return exports$1.TransferInstruction
|
|
92540
92540
|
},
|
|
92541
92541
|
choiceName: 'TransferInstruction_Withdraw',
|
|
92542
92542
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92543
|
-
return exports.TransferInstruction_Withdraw.decoder
|
|
92543
|
+
return exports$1.TransferInstruction_Withdraw.decoder
|
|
92544
92544
|
}),
|
|
92545
92545
|
argumentEncode: function (__typed__) {
|
|
92546
|
-
return exports.TransferInstruction_Withdraw.encode(__typed__)
|
|
92546
|
+
return exports$1.TransferInstruction_Withdraw.encode(__typed__)
|
|
92547
92547
|
},
|
|
92548
92548
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92549
|
-
return exports.TransferInstructionResult.decoder
|
|
92549
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92550
92550
|
}),
|
|
92551
92551
|
resultEncode: function (__typed__) {
|
|
92552
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92552
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92553
92553
|
},
|
|
92554
92554
|
},
|
|
92555
92555
|
TransferInstruction_Update: {
|
|
92556
92556
|
template: function () {
|
|
92557
|
-
return exports.TransferInstruction
|
|
92557
|
+
return exports$1.TransferInstruction
|
|
92558
92558
|
},
|
|
92559
92559
|
choiceName: 'TransferInstruction_Update',
|
|
92560
92560
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92561
|
-
return exports.TransferInstruction_Update.decoder
|
|
92561
|
+
return exports$1.TransferInstruction_Update.decoder
|
|
92562
92562
|
}),
|
|
92563
92563
|
argumentEncode: function (__typed__) {
|
|
92564
|
-
return exports.TransferInstruction_Update.encode(__typed__)
|
|
92564
|
+
return exports$1.TransferInstruction_Update.encode(__typed__)
|
|
92565
92565
|
},
|
|
92566
92566
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92567
|
-
return exports.TransferInstructionResult.decoder
|
|
92567
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92568
92568
|
}),
|
|
92569
92569
|
resultEncode: function (__typed__) {
|
|
92570
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92570
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92571
92571
|
},
|
|
92572
92572
|
},
|
|
92573
92573
|
}
|
|
92574
92574
|
);
|
|
92575
92575
|
|
|
92576
|
-
exports.TransferFactoryView = {
|
|
92576
|
+
exports$1.TransferFactoryView = {
|
|
92577
92577
|
decoder: damlTypes.lazyMemo(function () {
|
|
92578
92578
|
return jtv.object({
|
|
92579
92579
|
admin: damlTypes.Party.decoder,
|
|
@@ -92588,7 +92588,7 @@ function requireModule () {
|
|
|
92588
92588
|
},
|
|
92589
92589
|
};
|
|
92590
92590
|
|
|
92591
|
-
exports.TransferFactory_PublicFetch = {
|
|
92591
|
+
exports$1.TransferFactory_PublicFetch = {
|
|
92592
92592
|
decoder: damlTypes.lazyMemo(function () {
|
|
92593
92593
|
return jtv.object({
|
|
92594
92594
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -92603,18 +92603,18 @@ function requireModule () {
|
|
|
92603
92603
|
},
|
|
92604
92604
|
};
|
|
92605
92605
|
|
|
92606
|
-
exports.TransferFactory_Transfer = {
|
|
92606
|
+
exports$1.TransferFactory_Transfer = {
|
|
92607
92607
|
decoder: damlTypes.lazyMemo(function () {
|
|
92608
92608
|
return jtv.object({
|
|
92609
92609
|
expectedAdmin: damlTypes.Party.decoder,
|
|
92610
|
-
transfer: exports.Transfer.decoder,
|
|
92610
|
+
transfer: exports$1.Transfer.decoder,
|
|
92611
92611
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
92612
92612
|
})
|
|
92613
92613
|
}),
|
|
92614
92614
|
encode: function (__typed__) {
|
|
92615
92615
|
return {
|
|
92616
92616
|
expectedAdmin: damlTypes.Party.encode(__typed__.expectedAdmin),
|
|
92617
|
-
transfer: exports.Transfer.encode(__typed__.transfer),
|
|
92617
|
+
transfer: exports$1.Transfer.encode(__typed__.transfer),
|
|
92618
92618
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.encode(
|
|
92619
92619
|
__typed__.extraArgs
|
|
92620
92620
|
),
|
|
@@ -92622,7 +92622,7 @@ function requireModule () {
|
|
|
92622
92622
|
},
|
|
92623
92623
|
};
|
|
92624
92624
|
|
|
92625
|
-
exports.TransferInstruction_Update = {
|
|
92625
|
+
exports$1.TransferInstruction_Update = {
|
|
92626
92626
|
decoder: damlTypes.lazyMemo(function () {
|
|
92627
92627
|
return jtv.object({
|
|
92628
92628
|
extraActors: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -92641,7 +92641,7 @@ function requireModule () {
|
|
|
92641
92641
|
},
|
|
92642
92642
|
};
|
|
92643
92643
|
|
|
92644
|
-
exports.TransferInstruction_Withdraw = {
|
|
92644
|
+
exports$1.TransferInstruction_Withdraw = {
|
|
92645
92645
|
decoder: damlTypes.lazyMemo(function () {
|
|
92646
92646
|
return jtv.object({
|
|
92647
92647
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92656,7 +92656,7 @@ function requireModule () {
|
|
|
92656
92656
|
},
|
|
92657
92657
|
};
|
|
92658
92658
|
|
|
92659
|
-
exports.TransferInstruction_Reject = {
|
|
92659
|
+
exports$1.TransferInstruction_Reject = {
|
|
92660
92660
|
decoder: damlTypes.lazyMemo(function () {
|
|
92661
92661
|
return jtv.object({
|
|
92662
92662
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92671,7 +92671,7 @@ function requireModule () {
|
|
|
92671
92671
|
},
|
|
92672
92672
|
};
|
|
92673
92673
|
|
|
92674
|
-
exports.TransferInstruction_Accept = {
|
|
92674
|
+
exports$1.TransferInstruction_Accept = {
|
|
92675
92675
|
decoder: damlTypes.lazyMemo(function () {
|
|
92676
92676
|
return jtv.object({
|
|
92677
92677
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92686,33 +92686,33 @@ function requireModule () {
|
|
|
92686
92686
|
},
|
|
92687
92687
|
};
|
|
92688
92688
|
|
|
92689
|
-
exports.TransferInstructionView = {
|
|
92689
|
+
exports$1.TransferInstructionView = {
|
|
92690
92690
|
decoder: damlTypes.lazyMemo(function () {
|
|
92691
92691
|
return jtv.object({
|
|
92692
92692
|
originalInstructionCid: jtv.Decoder.withDefault(
|
|
92693
92693
|
null,
|
|
92694
92694
|
damlTypes.Optional(
|
|
92695
|
-
damlTypes.ContractId(exports.TransferInstruction)
|
|
92695
|
+
damlTypes.ContractId(exports$1.TransferInstruction)
|
|
92696
92696
|
).decoder
|
|
92697
92697
|
),
|
|
92698
|
-
transfer: exports.Transfer.decoder,
|
|
92699
|
-
status: exports.TransferInstructionStatus.decoder,
|
|
92698
|
+
transfer: exports$1.Transfer.decoder,
|
|
92699
|
+
status: exports$1.TransferInstructionStatus.decoder,
|
|
92700
92700
|
meta: Splice_Api_Token_MetadataV1.Metadata.decoder,
|
|
92701
92701
|
})
|
|
92702
92702
|
}),
|
|
92703
92703
|
encode: function (__typed__) {
|
|
92704
92704
|
return {
|
|
92705
92705
|
originalInstructionCid: damlTypes
|
|
92706
|
-
.Optional(damlTypes.ContractId(exports.TransferInstruction))
|
|
92706
|
+
.Optional(damlTypes.ContractId(exports$1.TransferInstruction))
|
|
92707
92707
|
.encode(__typed__.originalInstructionCid),
|
|
92708
|
-
transfer: exports.Transfer.encode(__typed__.transfer),
|
|
92709
|
-
status: exports.TransferInstructionStatus.encode(__typed__.status),
|
|
92708
|
+
transfer: exports$1.Transfer.encode(__typed__.transfer),
|
|
92709
|
+
status: exports$1.TransferInstructionStatus.encode(__typed__.status),
|
|
92710
92710
|
meta: Splice_Api_Token_MetadataV1.Metadata.encode(__typed__.meta),
|
|
92711
92711
|
}
|
|
92712
92712
|
},
|
|
92713
92713
|
};
|
|
92714
92714
|
|
|
92715
|
-
exports.TransferInstructionStatus = {
|
|
92715
|
+
exports$1.TransferInstructionStatus = {
|
|
92716
92716
|
decoder: damlTypes.lazyMemo(function () {
|
|
92717
92717
|
return jtv.oneOf(
|
|
92718
92718
|
jtv.object({
|
|
@@ -92721,7 +92721,7 @@ function requireModule () {
|
|
|
92721
92721
|
}),
|
|
92722
92722
|
jtv.object({
|
|
92723
92723
|
tag: jtv.constant('TransferPendingInternalWorkflow'),
|
|
92724
|
-
value: exports.TransferInstructionStatus
|
|
92724
|
+
value: exports$1.TransferInstructionStatus
|
|
92725
92725
|
.TransferPendingInternalWorkflow.decoder,
|
|
92726
92726
|
})
|
|
92727
92727
|
)
|
|
@@ -92736,7 +92736,7 @@ function requireModule () {
|
|
|
92736
92736
|
case 'TransferPendingInternalWorkflow':
|
|
92737
92737
|
return {
|
|
92738
92738
|
tag: __typed__.tag,
|
|
92739
|
-
value: exports.TransferInstructionStatus.TransferPendingInternalWorkflow.encode(
|
|
92739
|
+
value: exports$1.TransferInstructionStatus.TransferPendingInternalWorkflow.encode(
|
|
92740
92740
|
__typed__.value
|
|
92741
92741
|
),
|
|
92742
92742
|
}
|
|
@@ -92765,17 +92765,17 @@ function requireModule () {
|
|
|
92765
92765
|
},
|
|
92766
92766
|
};
|
|
92767
92767
|
|
|
92768
|
-
exports.TransferInstructionResult_Output = {
|
|
92768
|
+
exports$1.TransferInstructionResult_Output = {
|
|
92769
92769
|
decoder: damlTypes.lazyMemo(function () {
|
|
92770
92770
|
return jtv.oneOf(
|
|
92771
92771
|
jtv.object({
|
|
92772
92772
|
tag: jtv.constant('TransferInstructionResult_Pending'),
|
|
92773
|
-
value: exports.TransferInstructionResult_Output
|
|
92773
|
+
value: exports$1.TransferInstructionResult_Output
|
|
92774
92774
|
.TransferInstructionResult_Pending.decoder,
|
|
92775
92775
|
}),
|
|
92776
92776
|
jtv.object({
|
|
92777
92777
|
tag: jtv.constant('TransferInstructionResult_Completed'),
|
|
92778
|
-
value: exports.TransferInstructionResult_Output
|
|
92778
|
+
value: exports$1.TransferInstructionResult_Output
|
|
92779
92779
|
.TransferInstructionResult_Completed.decoder,
|
|
92780
92780
|
}),
|
|
92781
92781
|
jtv.object({
|
|
@@ -92789,14 +92789,14 @@ function requireModule () {
|
|
|
92789
92789
|
case 'TransferInstructionResult_Pending':
|
|
92790
92790
|
return {
|
|
92791
92791
|
tag: __typed__.tag,
|
|
92792
|
-
value: exports.TransferInstructionResult_Output.TransferInstructionResult_Pending.encode(
|
|
92792
|
+
value: exports$1.TransferInstructionResult_Output.TransferInstructionResult_Pending.encode(
|
|
92793
92793
|
__typed__.value
|
|
92794
92794
|
),
|
|
92795
92795
|
}
|
|
92796
92796
|
case 'TransferInstructionResult_Completed':
|
|
92797
92797
|
return {
|
|
92798
92798
|
tag: __typed__.tag,
|
|
92799
|
-
value: exports.TransferInstructionResult_Output.TransferInstructionResult_Completed.encode(
|
|
92799
|
+
value: exports$1.TransferInstructionResult_Output.TransferInstructionResult_Completed.encode(
|
|
92800
92800
|
__typed__.value
|
|
92801
92801
|
),
|
|
92802
92802
|
}
|
|
@@ -92817,14 +92817,14 @@ function requireModule () {
|
|
|
92817
92817
|
decoder: damlTypes.lazyMemo(function () {
|
|
92818
92818
|
return jtv.object({
|
|
92819
92819
|
transferInstructionCid: damlTypes.ContractId(
|
|
92820
|
-
exports.TransferInstruction
|
|
92820
|
+
exports$1.TransferInstruction
|
|
92821
92821
|
).decoder,
|
|
92822
92822
|
})
|
|
92823
92823
|
}),
|
|
92824
92824
|
encode: function (__typed__) {
|
|
92825
92825
|
return {
|
|
92826
92826
|
transferInstructionCid: damlTypes
|
|
92827
|
-
.ContractId(exports.TransferInstruction)
|
|
92827
|
+
.ContractId(exports$1.TransferInstruction)
|
|
92828
92828
|
.encode(__typed__.transferInstructionCid),
|
|
92829
92829
|
}
|
|
92830
92830
|
},
|
|
@@ -92849,10 +92849,10 @@ function requireModule () {
|
|
|
92849
92849
|
},
|
|
92850
92850
|
};
|
|
92851
92851
|
|
|
92852
|
-
exports.TransferInstructionResult = {
|
|
92852
|
+
exports$1.TransferInstructionResult = {
|
|
92853
92853
|
decoder: damlTypes.lazyMemo(function () {
|
|
92854
92854
|
return jtv.object({
|
|
92855
|
-
output: exports.TransferInstructionResult_Output.decoder,
|
|
92855
|
+
output: exports$1.TransferInstructionResult_Output.decoder,
|
|
92856
92856
|
senderChangeCids: damlTypes.List(
|
|
92857
92857
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
92858
92858
|
).decoder,
|
|
@@ -92861,7 +92861,7 @@ function requireModule () {
|
|
|
92861
92861
|
}),
|
|
92862
92862
|
encode: function (__typed__) {
|
|
92863
92863
|
return {
|
|
92864
|
-
output: exports.TransferInstructionResult_Output.encode(
|
|
92864
|
+
output: exports$1.TransferInstructionResult_Output.encode(
|
|
92865
92865
|
__typed__.output
|
|
92866
92866
|
),
|
|
92867
92867
|
senderChangeCids: damlTypes
|
|
@@ -92872,7 +92872,7 @@ function requireModule () {
|
|
|
92872
92872
|
},
|
|
92873
92873
|
};
|
|
92874
92874
|
|
|
92875
|
-
exports.Transfer = {
|
|
92875
|
+
exports$1.Transfer = {
|
|
92876
92876
|
decoder: damlTypes.lazyMemo(function () {
|
|
92877
92877
|
return jtv.object({
|
|
92878
92878
|
sender: damlTypes.Party.decoder,
|
|
@@ -92904,8 +92904,8 @@ function requireModule () {
|
|
|
92904
92904
|
}
|
|
92905
92905
|
},
|
|
92906
92906
|
};
|
|
92907
|
-
} (module));
|
|
92908
|
-
return module;
|
|
92907
|
+
} (module$1));
|
|
92908
|
+
return module$1;
|
|
92909
92909
|
}
|
|
92910
92910
|
|
|
92911
92911
|
var hasRequiredTransferInstructionV1;
|
|
@@ -92913,13 +92913,13 @@ var hasRequiredTransferInstructionV1;
|
|
|
92913
92913
|
function requireTransferInstructionV1 () {
|
|
92914
92914
|
if (hasRequiredTransferInstructionV1) return TransferInstructionV1$1;
|
|
92915
92915
|
hasRequiredTransferInstructionV1 = 1;
|
|
92916
|
-
(function (exports) {
|
|
92916
|
+
(function (exports$1) {
|
|
92917
92917
|
/* eslint-disable-next-line no-unused-vars */
|
|
92918
92918
|
function __export(m) {
|
|
92919
92919
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92920
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92920
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92921
92921
|
}
|
|
92922
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92922
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92923
92923
|
__export(requireModule());
|
|
92924
92924
|
} (TransferInstructionV1$1));
|
|
92925
92925
|
return TransferInstructionV1$1;
|
|
@@ -92930,20 +92930,20 @@ var hasRequiredToken;
|
|
|
92930
92930
|
function requireToken () {
|
|
92931
92931
|
if (hasRequiredToken) return Token;
|
|
92932
92932
|
hasRequiredToken = 1;
|
|
92933
|
-
(function (exports) {
|
|
92934
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92933
|
+
(function (exports$1) {
|
|
92934
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92935
92935
|
var AllocationInstructionV1 = requireAllocationInstructionV1();
|
|
92936
|
-
exports.AllocationInstructionV1 = AllocationInstructionV1;
|
|
92936
|
+
exports$1.AllocationInstructionV1 = AllocationInstructionV1;
|
|
92937
92937
|
var AllocationRequestV1 = requireAllocationRequestV1();
|
|
92938
|
-
exports.AllocationRequestV1 = AllocationRequestV1;
|
|
92938
|
+
exports$1.AllocationRequestV1 = AllocationRequestV1;
|
|
92939
92939
|
var AllocationV1 = requireAllocationV1();
|
|
92940
|
-
exports.AllocationV1 = AllocationV1;
|
|
92940
|
+
exports$1.AllocationV1 = AllocationV1;
|
|
92941
92941
|
var HoldingV1 = requireHoldingV1();
|
|
92942
|
-
exports.HoldingV1 = HoldingV1;
|
|
92942
|
+
exports$1.HoldingV1 = HoldingV1;
|
|
92943
92943
|
var MetadataV1 = requireMetadataV1();
|
|
92944
|
-
exports.MetadataV1 = MetadataV1;
|
|
92944
|
+
exports$1.MetadataV1 = MetadataV1;
|
|
92945
92945
|
var TransferInstructionV1 = requireTransferInstructionV1();
|
|
92946
|
-
exports.TransferInstructionV1 = TransferInstructionV1;
|
|
92946
|
+
exports$1.TransferInstructionV1 = TransferInstructionV1;
|
|
92947
92947
|
} (Token));
|
|
92948
92948
|
return Token;
|
|
92949
92949
|
}
|
|
@@ -92953,10 +92953,10 @@ var hasRequiredApi;
|
|
|
92953
92953
|
function requireApi () {
|
|
92954
92954
|
if (hasRequiredApi) return Api;
|
|
92955
92955
|
hasRequiredApi = 1;
|
|
92956
|
-
(function (exports) {
|
|
92957
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92956
|
+
(function (exports$1) {
|
|
92957
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92958
92958
|
var Token = requireToken();
|
|
92959
|
-
exports.Token = Token;
|
|
92959
|
+
exports$1.Token = Token;
|
|
92960
92960
|
} (Api));
|
|
92961
92961
|
return Api;
|
|
92962
92962
|
}
|
|
@@ -92966,10 +92966,10 @@ var hasRequiredSplice;
|
|
|
92966
92966
|
function requireSplice () {
|
|
92967
92967
|
if (hasRequiredSplice) return Splice;
|
|
92968
92968
|
hasRequiredSplice = 1;
|
|
92969
|
-
(function (exports) {
|
|
92970
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92969
|
+
(function (exports$1) {
|
|
92970
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92971
92971
|
var Api = requireApi();
|
|
92972
|
-
exports.Api = Api;
|
|
92972
|
+
exports$1.Api = Api;
|
|
92973
92973
|
} (Splice));
|
|
92974
92974
|
return Splice;
|
|
92975
92975
|
}
|
|
@@ -92979,11 +92979,11 @@ var hasRequiredLib;
|
|
|
92979
92979
|
function requireLib () {
|
|
92980
92980
|
if (hasRequiredLib) return lib$4;
|
|
92981
92981
|
hasRequiredLib = 1;
|
|
92982
|
-
(function (exports) {
|
|
92983
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92982
|
+
(function (exports$1) {
|
|
92983
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92984
92984
|
var Splice = requireSplice();
|
|
92985
|
-
exports.Splice = Splice;
|
|
92986
|
-
exports.packageId =
|
|
92985
|
+
exports$1.Splice = Splice;
|
|
92986
|
+
exports$1.packageId =
|
|
92987
92987
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c';
|
|
92988
92988
|
} (lib$4));
|
|
92989
92989
|
return lib$4;
|