@canton-network/core-token-standard 0.14.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.browser.js +354 -354
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +307 -307
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +339 -339
- package/dist/index.js.map +1 -1
- package/package.json +15 -11
package/dist/index.cjs
CHANGED
|
@@ -163,7 +163,7 @@ var hasRequiredLodash_isequal;
|
|
|
163
163
|
function requireLodash_isequal () {
|
|
164
164
|
if (hasRequiredLodash_isequal) return lodash_isequal.exports;
|
|
165
165
|
hasRequiredLodash_isequal = 1;
|
|
166
|
-
(function (module, exports) {
|
|
166
|
+
(function (module, exports$1) {
|
|
167
167
|
/** Used as the size to enable large array optimizations. */
|
|
168
168
|
var LARGE_ARRAY_SIZE = 200;
|
|
169
169
|
|
|
@@ -249,7 +249,7 @@ function requireLodash_isequal () {
|
|
|
249
249
|
var root = freeGlobal || freeSelf || Function('return this')();
|
|
250
250
|
|
|
251
251
|
/** Detect free variable `exports`. */
|
|
252
|
-
var freeExports = exports && !exports.nodeType && exports;
|
|
252
|
+
var freeExports = exports$1 && !exports$1.nodeType && exports$1;
|
|
253
253
|
|
|
254
254
|
/** Detect free variable `module`. */
|
|
255
255
|
var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
|
|
@@ -2820,7 +2820,7 @@ var hasRequiredTypes$1;
|
|
|
2820
2820
|
function requireTypes$1 () {
|
|
2821
2821
|
if (hasRequiredTypes$1) return types;
|
|
2822
2822
|
hasRequiredTypes$1 = 1;
|
|
2823
|
-
(function (exports) {
|
|
2823
|
+
(function (exports$1) {
|
|
2824
2824
|
var __assign = (types && types.__assign) || function () {
|
|
2825
2825
|
__assign = Object.assign || function(t) {
|
|
2826
2826
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
@@ -2895,12 +2895,12 @@ function requireTypes$1 () {
|
|
|
2895
2895
|
var __importDefault = (types && types.__importDefault) || function (mod) {
|
|
2896
2896
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
2897
2897
|
};
|
|
2898
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2899
|
-
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;
|
|
2900
|
-
exports.assembleTemplate = assembleTemplate;
|
|
2901
|
-
exports.assembleInterface = assembleInterface;
|
|
2902
|
-
exports.memo = memo;
|
|
2903
|
-
exports.lazyMemo = lazyMemo;
|
|
2898
|
+
Object.defineProperty(exports$1, "__esModule", { value: true });
|
|
2899
|
+
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;
|
|
2900
|
+
exports$1.assembleTemplate = assembleTemplate;
|
|
2901
|
+
exports$1.assembleInterface = assembleInterface;
|
|
2902
|
+
exports$1.memo = memo;
|
|
2903
|
+
exports$1.lazyMemo = lazyMemo;
|
|
2904
2904
|
// Copyright (c) 2025 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
2905
2905
|
// SPDX-License-Identifier: Apache-2.0
|
|
2906
2906
|
var jtv = __importStar(require$$0$1);
|
|
@@ -2938,7 +2938,7 @@ function requireTypes$1 () {
|
|
|
2938
2938
|
*/
|
|
2939
2939
|
var registerTemplate = function (template, packageSpecifiers) {
|
|
2940
2940
|
if (packageSpecifiers === void 0) { packageSpecifiers = []; }
|
|
2941
|
-
var aliases = packageSpecifiers.map((0, exports.templateIdWithPackageId)(template));
|
|
2941
|
+
var aliases = packageSpecifiers.map((0, exports$1.templateIdWithPackageId)(template));
|
|
2942
2942
|
new Set([template.templateId].concat(aliases)).forEach(function (templateId) {
|
|
2943
2943
|
if (templateId in registeredTemplates) {
|
|
2944
2944
|
console.warn("Trying to re-register template ".concat(templateId, "."));
|
|
@@ -2949,7 +2949,7 @@ function requireTypes$1 () {
|
|
|
2949
2949
|
}
|
|
2950
2950
|
});
|
|
2951
2951
|
};
|
|
2952
|
-
exports.registerTemplate = registerTemplate;
|
|
2952
|
+
exports$1.registerTemplate = registerTemplate;
|
|
2953
2953
|
/**
|
|
2954
2954
|
* @internal
|
|
2955
2955
|
*/
|
|
@@ -2958,7 +2958,7 @@ function requireTypes$1 () {
|
|
|
2958
2958
|
return [pkgId].concat(t.templateId.split(":").slice(1)).join(":");
|
|
2959
2959
|
};
|
|
2960
2960
|
};
|
|
2961
|
-
exports.templateIdWithPackageId = templateIdWithPackageId;
|
|
2961
|
+
exports$1.templateIdWithPackageId = templateIdWithPackageId;
|
|
2962
2962
|
/**
|
|
2963
2963
|
* @internal
|
|
2964
2964
|
*/
|
|
@@ -2969,7 +2969,7 @@ function requireTypes$1 () {
|
|
|
2969
2969
|
}
|
|
2970
2970
|
return template;
|
|
2971
2971
|
};
|
|
2972
|
-
exports.lookupTemplate = lookupTemplate;
|
|
2972
|
+
exports$1.lookupTemplate = lookupTemplate;
|
|
2973
2973
|
/**
|
|
2974
2974
|
* @internal Turn a thunk into a memoized version of itself. The memoized thunk
|
|
2975
2975
|
* invokes the original thunk only on its first invocation and caches the result
|
|
@@ -2997,21 +2997,21 @@ function requireTypes$1 () {
|
|
|
2997
2997
|
/**
|
|
2998
2998
|
* Companion object of the [[Unit]] type.
|
|
2999
2999
|
*/
|
|
3000
|
-
exports.Unit = {
|
|
3000
|
+
exports$1.Unit = {
|
|
3001
3001
|
decoder: jtv.object({}),
|
|
3002
3002
|
encode: function (t) { return t; },
|
|
3003
3003
|
};
|
|
3004
3004
|
/**
|
|
3005
3005
|
* Companion object of the [[Bool]] type.
|
|
3006
3006
|
*/
|
|
3007
|
-
exports.Bool = {
|
|
3007
|
+
exports$1.Bool = {
|
|
3008
3008
|
decoder: jtv.boolean(),
|
|
3009
3009
|
encode: function (b) { return b; },
|
|
3010
3010
|
};
|
|
3011
3011
|
/**
|
|
3012
3012
|
* Companion object of the [[Int]] type.
|
|
3013
3013
|
*/
|
|
3014
|
-
exports.Int = {
|
|
3014
|
+
exports$1.Int = {
|
|
3015
3015
|
decoder: jtv.string(),
|
|
3016
3016
|
encode: function (i) { return i; },
|
|
3017
3017
|
};
|
|
@@ -3023,29 +3023,29 @@ function requireTypes$1 () {
|
|
|
3023
3023
|
decoder: jtv.string(),
|
|
3024
3024
|
encode: function (n) { return n; },
|
|
3025
3025
|
}); };
|
|
3026
|
-
exports.Numeric = Numeric;
|
|
3026
|
+
exports$1.Numeric = Numeric;
|
|
3027
3027
|
/**
|
|
3028
3028
|
* Companion object of the [[Decimal]] type.
|
|
3029
3029
|
*/
|
|
3030
|
-
exports.Decimal = (0, exports.Numeric)(10);
|
|
3030
|
+
exports$1.Decimal = (0, exports$1.Numeric)(10);
|
|
3031
3031
|
/**
|
|
3032
3032
|
* Companion object of the [[Text]] type.
|
|
3033
3033
|
*/
|
|
3034
|
-
exports.Text = {
|
|
3034
|
+
exports$1.Text = {
|
|
3035
3035
|
decoder: jtv.string(),
|
|
3036
3036
|
encode: function (t) { return t; },
|
|
3037
3037
|
};
|
|
3038
3038
|
/**
|
|
3039
3039
|
* Companion object of the [[Time]] type.
|
|
3040
3040
|
*/
|
|
3041
|
-
exports.Time = {
|
|
3041
|
+
exports$1.Time = {
|
|
3042
3042
|
decoder: jtv.string(),
|
|
3043
3043
|
encode: function (t) { return t; },
|
|
3044
3044
|
};
|
|
3045
3045
|
/**
|
|
3046
3046
|
* Companion object of the [[Party]] type.
|
|
3047
3047
|
*/
|
|
3048
|
-
exports.Party = {
|
|
3048
|
+
exports$1.Party = {
|
|
3049
3049
|
decoder: jtv.string(),
|
|
3050
3050
|
encode: function (p) { return p; },
|
|
3051
3051
|
};
|
|
@@ -3056,11 +3056,11 @@ function requireTypes$1 () {
|
|
|
3056
3056
|
decoder: jtv.array(t.decoder),
|
|
3057
3057
|
encode: function (l) { return l.map(function (element) { return t.encode(element); }); },
|
|
3058
3058
|
}); };
|
|
3059
|
-
exports.List = List;
|
|
3059
|
+
exports$1.List = List;
|
|
3060
3060
|
/**
|
|
3061
3061
|
* Companion object of the [[Date]] type.
|
|
3062
3062
|
*/
|
|
3063
|
-
exports.Date = {
|
|
3063
|
+
exports$1.Date = {
|
|
3064
3064
|
decoder: jtv.string(),
|
|
3065
3065
|
encode: function (d) { return d; },
|
|
3066
3066
|
};
|
|
@@ -3071,7 +3071,7 @@ function requireTypes$1 () {
|
|
|
3071
3071
|
decoder: jtv.string(),
|
|
3072
3072
|
encode: function (c) { return c; },
|
|
3073
3073
|
}); };
|
|
3074
|
-
exports.ContractId = ContractId;
|
|
3074
|
+
exports$1.ContractId = ContractId;
|
|
3075
3075
|
/**
|
|
3076
3076
|
* This class does the actual work behind the [[Optional]] companion function. In addition to
|
|
3077
3077
|
* implementing the [[Serializable]] interface it also stores the [[Serializable]] instance of the
|
|
@@ -3129,7 +3129,7 @@ function requireTypes$1 () {
|
|
|
3129
3129
|
var Optional = function (t) {
|
|
3130
3130
|
return new OptionalWorker(t);
|
|
3131
3131
|
};
|
|
3132
|
-
exports.Optional = Optional;
|
|
3132
|
+
exports$1.Optional = Optional;
|
|
3133
3133
|
/**
|
|
3134
3134
|
* Companion object of the [[TextMap]] type.
|
|
3135
3135
|
*/
|
|
@@ -3143,7 +3143,7 @@ function requireTypes$1 () {
|
|
|
3143
3143
|
return out;
|
|
3144
3144
|
},
|
|
3145
3145
|
}); };
|
|
3146
|
-
exports.TextMap = TextMap;
|
|
3146
|
+
exports$1.TextMap = TextMap;
|
|
3147
3147
|
function it(arr) {
|
|
3148
3148
|
var i;
|
|
3149
3149
|
return __generator(this, function (_a) {
|
|
@@ -3231,7 +3231,7 @@ function requireTypes$1 () {
|
|
|
3231
3231
|
return MapImpl;
|
|
3232
3232
|
}());
|
|
3233
3233
|
var emptyMap = function () { return new MapImpl([]); };
|
|
3234
|
-
exports.emptyMap = emptyMap;
|
|
3234
|
+
exports$1.emptyMap = emptyMap;
|
|
3235
3235
|
/**
|
|
3236
3236
|
* Companion function of the [[GenMap]] type.
|
|
3237
3237
|
*/
|
|
@@ -3243,7 +3243,7 @@ function requireTypes$1 () {
|
|
|
3243
3243
|
return m.entriesArray().map(function (e) { return [kd.encode(e[0]), vd.encode(e[1])]; });
|
|
3244
3244
|
},
|
|
3245
3245
|
}); };
|
|
3246
|
-
exports.Map = Map;
|
|
3246
|
+
exports$1.Map = Map;
|
|
3247
3247
|
|
|
3248
3248
|
} (types));
|
|
3249
3249
|
return types;
|
|
@@ -84861,7 +84861,7 @@ var hasRequiredNodePonyfill;
|
|
|
84861
84861
|
function requireNodePonyfill () {
|
|
84862
84862
|
if (hasRequiredNodePonyfill) return nodePonyfill.exports;
|
|
84863
84863
|
hasRequiredNodePonyfill = 1;
|
|
84864
|
-
(function (module, exports) {
|
|
84864
|
+
(function (module, exports$1) {
|
|
84865
84865
|
const nodeFetch = require$$0;
|
|
84866
84866
|
const realFetch = nodeFetch.default || nodeFetch;
|
|
84867
84867
|
|
|
@@ -84876,14 +84876,14 @@ function requireNodePonyfill () {
|
|
|
84876
84876
|
|
|
84877
84877
|
fetch.ponyfill = true;
|
|
84878
84878
|
|
|
84879
|
-
module.exports = exports = fetch;
|
|
84880
|
-
exports.fetch = fetch;
|
|
84881
|
-
exports.Headers = nodeFetch.Headers;
|
|
84882
|
-
exports.Request = nodeFetch.Request;
|
|
84883
|
-
exports.Response = nodeFetch.Response;
|
|
84879
|
+
module.exports = exports$1 = fetch;
|
|
84880
|
+
exports$1.fetch = fetch;
|
|
84881
|
+
exports$1.Headers = nodeFetch.Headers;
|
|
84882
|
+
exports$1.Request = nodeFetch.Request;
|
|
84883
|
+
exports$1.Response = nodeFetch.Response;
|
|
84884
84884
|
|
|
84885
84885
|
// Needed for TypeScript consumers without esModuleInterop.
|
|
84886
|
-
exports.default = fetch;
|
|
84886
|
+
exports$1.default = fetch;
|
|
84887
84887
|
} (nodePonyfill, nodePonyfill.exports));
|
|
84888
84888
|
return nodePonyfill.exports;
|
|
84889
84889
|
}
|
|
@@ -90881,8 +90881,8 @@ var hasRequiredModule$7;
|
|
|
90881
90881
|
function requireModule$7 () {
|
|
90882
90882
|
if (hasRequiredModule$7) return module$7;
|
|
90883
90883
|
hasRequiredModule$7 = 1;
|
|
90884
|
-
(function (exports) {
|
|
90885
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90884
|
+
(function (exports$1) {
|
|
90885
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90886
90886
|
/* eslint-disable-next-line no-unused-vars */
|
|
90887
90887
|
var jtv = require$$0$1;
|
|
90888
90888
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -90890,7 +90890,7 @@ function requireModule$7 () {
|
|
|
90890
90890
|
/* eslint-disable-next-line no-unused-vars */
|
|
90891
90891
|
requireLedger();
|
|
90892
90892
|
|
|
90893
|
-
exports.Archive = {
|
|
90893
|
+
exports$1.Archive = {
|
|
90894
90894
|
decoder: damlTypes.lazyMemo(function () {
|
|
90895
90895
|
return jtv.object({})
|
|
90896
90896
|
}),
|
|
@@ -90907,13 +90907,13 @@ var hasRequiredTemplate;
|
|
|
90907
90907
|
function requireTemplate () {
|
|
90908
90908
|
if (hasRequiredTemplate) return Template;
|
|
90909
90909
|
hasRequiredTemplate = 1;
|
|
90910
|
-
(function (exports) {
|
|
90910
|
+
(function (exports$1) {
|
|
90911
90911
|
/* eslint-disable-next-line no-unused-vars */
|
|
90912
90912
|
function __export(m) {
|
|
90913
90913
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
90914
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
90914
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
90915
90915
|
}
|
|
90916
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90916
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90917
90917
|
__export(requireModule$7());
|
|
90918
90918
|
} (Template));
|
|
90919
90919
|
return Template;
|
|
@@ -90924,10 +90924,10 @@ var hasRequiredInternal;
|
|
|
90924
90924
|
function requireInternal () {
|
|
90925
90925
|
if (hasRequiredInternal) return Internal;
|
|
90926
90926
|
hasRequiredInternal = 1;
|
|
90927
|
-
(function (exports) {
|
|
90928
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90927
|
+
(function (exports$1) {
|
|
90928
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90929
90929
|
var Template = requireTemplate();
|
|
90930
|
-
exports.Template = Template;
|
|
90930
|
+
exports$1.Template = Template;
|
|
90931
90931
|
} (Internal));
|
|
90932
90932
|
return Internal;
|
|
90933
90933
|
}
|
|
@@ -90937,10 +90937,10 @@ var hasRequiredDA$1;
|
|
|
90937
90937
|
function requireDA$1 () {
|
|
90938
90938
|
if (hasRequiredDA$1) return DA$1;
|
|
90939
90939
|
hasRequiredDA$1 = 1;
|
|
90940
|
-
(function (exports) {
|
|
90941
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90940
|
+
(function (exports$1) {
|
|
90941
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90942
90942
|
var Internal = requireInternal();
|
|
90943
|
-
exports.Internal = Internal;
|
|
90943
|
+
exports$1.Internal = Internal;
|
|
90944
90944
|
} (DA$1));
|
|
90945
90945
|
return DA$1;
|
|
90946
90946
|
}
|
|
@@ -90950,11 +90950,11 @@ var hasRequiredLib$2;
|
|
|
90950
90950
|
function requireLib$2 () {
|
|
90951
90951
|
if (hasRequiredLib$2) return lib$1;
|
|
90952
90952
|
hasRequiredLib$2 = 1;
|
|
90953
|
-
(function (exports) {
|
|
90954
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90953
|
+
(function (exports$1) {
|
|
90954
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90955
90955
|
var DA = requireDA$1();
|
|
90956
|
-
exports.DA = DA;
|
|
90957
|
-
exports.packageId =
|
|
90956
|
+
exports$1.DA = DA;
|
|
90957
|
+
exports$1.packageId =
|
|
90958
90958
|
'9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69';
|
|
90959
90959
|
} (lib$1));
|
|
90960
90960
|
return lib$1;
|
|
@@ -90979,8 +90979,8 @@ var hasRequiredModule$6;
|
|
|
90979
90979
|
function requireModule$6 () {
|
|
90980
90980
|
if (hasRequiredModule$6) return module$4;
|
|
90981
90981
|
hasRequiredModule$6 = 1;
|
|
90982
|
-
(function (exports) {
|
|
90983
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
90982
|
+
(function (exports$1) {
|
|
90983
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
90984
90984
|
/* eslint-disable-next-line no-unused-vars */
|
|
90985
90985
|
var jtv = require$$0$1;
|
|
90986
90986
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -90988,7 +90988,7 @@ function requireModule$6 () {
|
|
|
90988
90988
|
/* eslint-disable-next-line no-unused-vars */
|
|
90989
90989
|
requireLedger();
|
|
90990
90990
|
|
|
90991
|
-
exports.RelTime = {
|
|
90991
|
+
exports$1.RelTime = {
|
|
90992
90992
|
decoder: damlTypes.lazyMemo(function () {
|
|
90993
90993
|
return jtv.object({ microseconds: damlTypes.Int.decoder })
|
|
90994
90994
|
}),
|
|
@@ -91007,13 +91007,13 @@ var hasRequiredTypes;
|
|
|
91007
91007
|
function requireTypes () {
|
|
91008
91008
|
if (hasRequiredTypes) return Types;
|
|
91009
91009
|
hasRequiredTypes = 1;
|
|
91010
|
-
(function (exports) {
|
|
91010
|
+
(function (exports$1) {
|
|
91011
91011
|
/* eslint-disable-next-line no-unused-vars */
|
|
91012
91012
|
function __export(m) {
|
|
91013
91013
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
91014
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
91014
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
91015
91015
|
}
|
|
91016
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91016
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91017
91017
|
__export(requireModule$6());
|
|
91018
91018
|
} (Types));
|
|
91019
91019
|
return Types;
|
|
@@ -91024,10 +91024,10 @@ var hasRequiredTime;
|
|
|
91024
91024
|
function requireTime () {
|
|
91025
91025
|
if (hasRequiredTime) return Time;
|
|
91026
91026
|
hasRequiredTime = 1;
|
|
91027
|
-
(function (exports) {
|
|
91028
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91027
|
+
(function (exports$1) {
|
|
91028
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91029
91029
|
var Types = requireTypes();
|
|
91030
|
-
exports.Types = Types;
|
|
91030
|
+
exports$1.Types = Types;
|
|
91031
91031
|
} (Time));
|
|
91032
91032
|
return Time;
|
|
91033
91033
|
}
|
|
@@ -91037,10 +91037,10 @@ var hasRequiredDA;
|
|
|
91037
91037
|
function requireDA () {
|
|
91038
91038
|
if (hasRequiredDA) return DA;
|
|
91039
91039
|
hasRequiredDA = 1;
|
|
91040
|
-
(function (exports) {
|
|
91041
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91040
|
+
(function (exports$1) {
|
|
91041
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91042
91042
|
var Time = requireTime();
|
|
91043
|
-
exports.Time = Time;
|
|
91043
|
+
exports$1.Time = Time;
|
|
91044
91044
|
} (DA));
|
|
91045
91045
|
return DA;
|
|
91046
91046
|
}
|
|
@@ -91050,11 +91050,11 @@ var hasRequiredLib$1;
|
|
|
91050
91050
|
function requireLib$1 () {
|
|
91051
91051
|
if (hasRequiredLib$1) return lib;
|
|
91052
91052
|
hasRequiredLib$1 = 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
|
var DA = requireDA();
|
|
91056
|
-
exports.DA = DA;
|
|
91057
|
-
exports.packageId =
|
|
91056
|
+
exports$1.DA = DA;
|
|
91057
|
+
exports$1.packageId =
|
|
91058
91058
|
'b70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946';
|
|
91059
91059
|
} (lib));
|
|
91060
91060
|
return lib;
|
|
@@ -91067,8 +91067,8 @@ var hasRequiredModule$5;
|
|
|
91067
91067
|
function requireModule$5 () {
|
|
91068
91068
|
if (hasRequiredModule$5) return module$3;
|
|
91069
91069
|
hasRequiredModule$5 = 1;
|
|
91070
|
-
(function (exports) {
|
|
91071
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91070
|
+
(function (exports$1) {
|
|
91071
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91072
91072
|
/* eslint-disable-next-line no-unused-vars */
|
|
91073
91073
|
var jtv = require$$0$1;
|
|
91074
91074
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -91079,15 +91079,15 @@ function requireModule$5 () {
|
|
|
91079
91079
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requireLib$2();
|
|
91080
91080
|
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = requireLib$1();
|
|
91081
91081
|
|
|
91082
|
-
exports.AnyContract = damlTypes.assembleInterface(
|
|
91082
|
+
exports$1.AnyContract = damlTypes.assembleInterface(
|
|
91083
91083
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.MetadataV1:AnyContract',
|
|
91084
91084
|
function () {
|
|
91085
|
-
return exports.AnyContractView
|
|
91085
|
+
return exports$1.AnyContractView
|
|
91086
91086
|
},
|
|
91087
91087
|
{
|
|
91088
91088
|
Archive: {
|
|
91089
91089
|
template: function () {
|
|
91090
|
-
return exports.AnyContract
|
|
91090
|
+
return exports$1.AnyContract
|
|
91091
91091
|
},
|
|
91092
91092
|
choiceName: 'Archive',
|
|
91093
91093
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91109,33 +91109,33 @@ function requireModule$5 () {
|
|
|
91109
91109
|
}
|
|
91110
91110
|
);
|
|
91111
91111
|
|
|
91112
|
-
exports.ChoiceExecutionMetadata = {
|
|
91112
|
+
exports$1.ChoiceExecutionMetadata = {
|
|
91113
91113
|
decoder: damlTypes.lazyMemo(function () {
|
|
91114
|
-
return jtv.object({ meta: exports.Metadata.decoder })
|
|
91114
|
+
return jtv.object({ meta: exports$1.Metadata.decoder })
|
|
91115
91115
|
}),
|
|
91116
91116
|
encode: function (__typed__) {
|
|
91117
91117
|
return {
|
|
91118
|
-
meta: exports.Metadata.encode(__typed__.meta),
|
|
91118
|
+
meta: exports$1.Metadata.encode(__typed__.meta),
|
|
91119
91119
|
}
|
|
91120
91120
|
},
|
|
91121
91121
|
};
|
|
91122
91122
|
|
|
91123
|
-
exports.ExtraArgs = {
|
|
91123
|
+
exports$1.ExtraArgs = {
|
|
91124
91124
|
decoder: damlTypes.lazyMemo(function () {
|
|
91125
91125
|
return jtv.object({
|
|
91126
|
-
context: exports.ChoiceContext.decoder,
|
|
91127
|
-
meta: exports.Metadata.decoder,
|
|
91126
|
+
context: exports$1.ChoiceContext.decoder,
|
|
91127
|
+
meta: exports$1.Metadata.decoder,
|
|
91128
91128
|
})
|
|
91129
91129
|
}),
|
|
91130
91130
|
encode: function (__typed__) {
|
|
91131
91131
|
return {
|
|
91132
|
-
context: exports.ChoiceContext.encode(__typed__.context),
|
|
91133
|
-
meta: exports.Metadata.encode(__typed__.meta),
|
|
91132
|
+
context: exports$1.ChoiceContext.encode(__typed__.context),
|
|
91133
|
+
meta: exports$1.Metadata.encode(__typed__.meta),
|
|
91134
91134
|
}
|
|
91135
91135
|
},
|
|
91136
91136
|
};
|
|
91137
91137
|
|
|
91138
|
-
exports.Metadata = {
|
|
91138
|
+
exports$1.Metadata = {
|
|
91139
91139
|
decoder: damlTypes.lazyMemo(function () {
|
|
91140
91140
|
return jtv.object({ values: damlTypes.TextMap(damlTypes.Text).decoder })
|
|
91141
91141
|
}),
|
|
@@ -91146,22 +91146,22 @@ function requireModule$5 () {
|
|
|
91146
91146
|
},
|
|
91147
91147
|
};
|
|
91148
91148
|
|
|
91149
|
-
exports.ChoiceContext = {
|
|
91149
|
+
exports$1.ChoiceContext = {
|
|
91150
91150
|
decoder: damlTypes.lazyMemo(function () {
|
|
91151
91151
|
return jtv.object({
|
|
91152
|
-
values: damlTypes.TextMap(exports.AnyValue).decoder,
|
|
91152
|
+
values: damlTypes.TextMap(exports$1.AnyValue).decoder,
|
|
91153
91153
|
})
|
|
91154
91154
|
}),
|
|
91155
91155
|
encode: function (__typed__) {
|
|
91156
91156
|
return {
|
|
91157
91157
|
values: damlTypes
|
|
91158
|
-
.TextMap(exports.AnyValue)
|
|
91158
|
+
.TextMap(exports$1.AnyValue)
|
|
91159
91159
|
.encode(__typed__.values),
|
|
91160
91160
|
}
|
|
91161
91161
|
},
|
|
91162
91162
|
};
|
|
91163
91163
|
|
|
91164
|
-
exports.AnyContractView = {
|
|
91164
|
+
exports$1.AnyContractView = {
|
|
91165
91165
|
decoder: damlTypes.lazyMemo(function () {
|
|
91166
91166
|
return jtv.object({})
|
|
91167
91167
|
}),
|
|
@@ -91170,7 +91170,7 @@ function requireModule$5 () {
|
|
|
91170
91170
|
},
|
|
91171
91171
|
};
|
|
91172
91172
|
|
|
91173
|
-
exports.AnyValue = {
|
|
91173
|
+
exports$1.AnyValue = {
|
|
91174
91174
|
decoder: damlTypes.lazyMemo(function () {
|
|
91175
91175
|
return jtv.oneOf(
|
|
91176
91176
|
jtv.object({
|
|
@@ -91208,15 +91208,15 @@ function requireModule$5 () {
|
|
|
91208
91208
|
}),
|
|
91209
91209
|
jtv.object({
|
|
91210
91210
|
tag: jtv.constant('AV_ContractId'),
|
|
91211
|
-
value: damlTypes.ContractId(exports.AnyContract).decoder,
|
|
91211
|
+
value: damlTypes.ContractId(exports$1.AnyContract).decoder,
|
|
91212
91212
|
}),
|
|
91213
91213
|
jtv.object({
|
|
91214
91214
|
tag: jtv.constant('AV_List'),
|
|
91215
|
-
value: damlTypes.List(exports.AnyValue).decoder,
|
|
91215
|
+
value: damlTypes.List(exports$1.AnyValue).decoder,
|
|
91216
91216
|
}),
|
|
91217
91217
|
jtv.object({
|
|
91218
91218
|
tag: jtv.constant('AV_Map'),
|
|
91219
|
-
value: damlTypes.TextMap(exports.AnyValue).decoder,
|
|
91219
|
+
value: damlTypes.TextMap(exports$1.AnyValue).decoder,
|
|
91220
91220
|
})
|
|
91221
91221
|
)
|
|
91222
91222
|
}),
|
|
@@ -91268,21 +91268,21 @@ function requireModule$5 () {
|
|
|
91268
91268
|
return {
|
|
91269
91269
|
tag: __typed__.tag,
|
|
91270
91270
|
value: damlTypes
|
|
91271
|
-
.ContractId(exports.AnyContract)
|
|
91271
|
+
.ContractId(exports$1.AnyContract)
|
|
91272
91272
|
.encode(__typed__.value),
|
|
91273
91273
|
}
|
|
91274
91274
|
case 'AV_List':
|
|
91275
91275
|
return {
|
|
91276
91276
|
tag: __typed__.tag,
|
|
91277
91277
|
value: damlTypes
|
|
91278
|
-
.List(exports.AnyValue)
|
|
91278
|
+
.List(exports$1.AnyValue)
|
|
91279
91279
|
.encode(__typed__.value),
|
|
91280
91280
|
}
|
|
91281
91281
|
case 'AV_Map':
|
|
91282
91282
|
return {
|
|
91283
91283
|
tag: __typed__.tag,
|
|
91284
91284
|
value: damlTypes
|
|
91285
|
-
.TextMap(exports.AnyValue)
|
|
91285
|
+
.TextMap(exports$1.AnyValue)
|
|
91286
91286
|
.encode(__typed__.value),
|
|
91287
91287
|
}
|
|
91288
91288
|
default:
|
|
@@ -91303,8 +91303,8 @@ var hasRequiredModule$4;
|
|
|
91303
91303
|
function requireModule$4 () {
|
|
91304
91304
|
if (hasRequiredModule$4) return module$5;
|
|
91305
91305
|
hasRequiredModule$4 = 1;
|
|
91306
|
-
(function (exports) {
|
|
91307
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91306
|
+
(function (exports$1) {
|
|
91307
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91308
91308
|
/* eslint-disable-next-line no-unused-vars */
|
|
91309
91309
|
var jtv = require$$0$1;
|
|
91310
91310
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -91317,15 +91317,15 @@ function requireModule$4 () {
|
|
|
91317
91317
|
|
|
91318
91318
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
91319
91319
|
|
|
91320
|
-
exports.Holding = damlTypes.assembleInterface(
|
|
91320
|
+
exports$1.Holding = damlTypes.assembleInterface(
|
|
91321
91321
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.HoldingV1:Holding',
|
|
91322
91322
|
function () {
|
|
91323
|
-
return exports.HoldingView
|
|
91323
|
+
return exports$1.HoldingView
|
|
91324
91324
|
},
|
|
91325
91325
|
{
|
|
91326
91326
|
Archive: {
|
|
91327
91327
|
template: function () {
|
|
91328
|
-
return exports.Holding
|
|
91328
|
+
return exports$1.Holding
|
|
91329
91329
|
},
|
|
91330
91330
|
choiceName: 'Archive',
|
|
91331
91331
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91347,15 +91347,15 @@ function requireModule$4 () {
|
|
|
91347
91347
|
}
|
|
91348
91348
|
);
|
|
91349
91349
|
|
|
91350
|
-
exports.HoldingView = {
|
|
91350
|
+
exports$1.HoldingView = {
|
|
91351
91351
|
decoder: damlTypes.lazyMemo(function () {
|
|
91352
91352
|
return jtv.object({
|
|
91353
91353
|
owner: damlTypes.Party.decoder,
|
|
91354
|
-
instrumentId: exports.InstrumentId.decoder,
|
|
91354
|
+
instrumentId: exports$1.InstrumentId.decoder,
|
|
91355
91355
|
amount: damlTypes.Numeric(10).decoder,
|
|
91356
91356
|
lock: jtv.Decoder.withDefault(
|
|
91357
91357
|
null,
|
|
91358
|
-
damlTypes.Optional(exports.Lock).decoder
|
|
91358
|
+
damlTypes.Optional(exports$1.Lock).decoder
|
|
91359
91359
|
),
|
|
91360
91360
|
meta: Splice_Api_Token_MetadataV1.Metadata.decoder,
|
|
91361
91361
|
})
|
|
@@ -91363,15 +91363,15 @@ function requireModule$4 () {
|
|
|
91363
91363
|
encode: function (__typed__) {
|
|
91364
91364
|
return {
|
|
91365
91365
|
owner: damlTypes.Party.encode(__typed__.owner),
|
|
91366
|
-
instrumentId: exports.InstrumentId.encode(__typed__.instrumentId),
|
|
91366
|
+
instrumentId: exports$1.InstrumentId.encode(__typed__.instrumentId),
|
|
91367
91367
|
amount: damlTypes.Numeric(10).encode(__typed__.amount),
|
|
91368
|
-
lock: damlTypes.Optional(exports.Lock).encode(__typed__.lock),
|
|
91368
|
+
lock: damlTypes.Optional(exports$1.Lock).encode(__typed__.lock),
|
|
91369
91369
|
meta: Splice_Api_Token_MetadataV1.Metadata.encode(__typed__.meta),
|
|
91370
91370
|
}
|
|
91371
91371
|
},
|
|
91372
91372
|
};
|
|
91373
91373
|
|
|
91374
|
-
exports.Lock = {
|
|
91374
|
+
exports$1.Lock = {
|
|
91375
91375
|
decoder: damlTypes.lazyMemo(function () {
|
|
91376
91376
|
return jtv.object({
|
|
91377
91377
|
holders: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -91411,7 +91411,7 @@ function requireModule$4 () {
|
|
|
91411
91411
|
},
|
|
91412
91412
|
};
|
|
91413
91413
|
|
|
91414
|
-
exports.InstrumentId = {
|
|
91414
|
+
exports$1.InstrumentId = {
|
|
91415
91415
|
decoder: damlTypes.lazyMemo(function () {
|
|
91416
91416
|
return jtv.object({
|
|
91417
91417
|
admin: damlTypes.Party.decoder,
|
|
@@ -91434,8 +91434,8 @@ var hasRequiredModule$3;
|
|
|
91434
91434
|
function requireModule$3 () {
|
|
91435
91435
|
if (hasRequiredModule$3) return module$6;
|
|
91436
91436
|
hasRequiredModule$3 = 1;
|
|
91437
|
-
(function (exports) {
|
|
91438
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91437
|
+
(function (exports$1) {
|
|
91438
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91439
91439
|
/* eslint-disable-next-line no-unused-vars */
|
|
91440
91440
|
var jtv = require$$0$1;
|
|
91441
91441
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -91448,15 +91448,15 @@ function requireModule$3 () {
|
|
|
91448
91448
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
91449
91449
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
91450
91450
|
|
|
91451
|
-
exports.Allocation = damlTypes.assembleInterface(
|
|
91451
|
+
exports$1.Allocation = damlTypes.assembleInterface(
|
|
91452
91452
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationV1:Allocation',
|
|
91453
91453
|
function () {
|
|
91454
|
-
return exports.AllocationView
|
|
91454
|
+
return exports$1.AllocationView
|
|
91455
91455
|
},
|
|
91456
91456
|
{
|
|
91457
91457
|
Archive: {
|
|
91458
91458
|
template: function () {
|
|
91459
|
-
return exports.Allocation
|
|
91459
|
+
return exports$1.Allocation
|
|
91460
91460
|
},
|
|
91461
91461
|
choiceName: 'Archive',
|
|
91462
91462
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91477,56 +91477,56 @@ function requireModule$3 () {
|
|
|
91477
91477
|
},
|
|
91478
91478
|
Allocation_Withdraw: {
|
|
91479
91479
|
template: function () {
|
|
91480
|
-
return exports.Allocation
|
|
91480
|
+
return exports$1.Allocation
|
|
91481
91481
|
},
|
|
91482
91482
|
choiceName: 'Allocation_Withdraw',
|
|
91483
91483
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91484
|
-
return exports.Allocation_Withdraw.decoder
|
|
91484
|
+
return exports$1.Allocation_Withdraw.decoder
|
|
91485
91485
|
}),
|
|
91486
91486
|
argumentEncode: function (__typed__) {
|
|
91487
|
-
return exports.Allocation_Withdraw.encode(__typed__)
|
|
91487
|
+
return exports$1.Allocation_Withdraw.encode(__typed__)
|
|
91488
91488
|
},
|
|
91489
91489
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91490
|
-
return exports.Allocation_WithdrawResult.decoder
|
|
91490
|
+
return exports$1.Allocation_WithdrawResult.decoder
|
|
91491
91491
|
}),
|
|
91492
91492
|
resultEncode: function (__typed__) {
|
|
91493
|
-
return exports.Allocation_WithdrawResult.encode(__typed__)
|
|
91493
|
+
return exports$1.Allocation_WithdrawResult.encode(__typed__)
|
|
91494
91494
|
},
|
|
91495
91495
|
},
|
|
91496
91496
|
Allocation_Cancel: {
|
|
91497
91497
|
template: function () {
|
|
91498
|
-
return exports.Allocation
|
|
91498
|
+
return exports$1.Allocation
|
|
91499
91499
|
},
|
|
91500
91500
|
choiceName: 'Allocation_Cancel',
|
|
91501
91501
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91502
|
-
return exports.Allocation_Cancel.decoder
|
|
91502
|
+
return exports$1.Allocation_Cancel.decoder
|
|
91503
91503
|
}),
|
|
91504
91504
|
argumentEncode: function (__typed__) {
|
|
91505
|
-
return exports.Allocation_Cancel.encode(__typed__)
|
|
91505
|
+
return exports$1.Allocation_Cancel.encode(__typed__)
|
|
91506
91506
|
},
|
|
91507
91507
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91508
|
-
return exports.Allocation_CancelResult.decoder
|
|
91508
|
+
return exports$1.Allocation_CancelResult.decoder
|
|
91509
91509
|
}),
|
|
91510
91510
|
resultEncode: function (__typed__) {
|
|
91511
|
-
return exports.Allocation_CancelResult.encode(__typed__)
|
|
91511
|
+
return exports$1.Allocation_CancelResult.encode(__typed__)
|
|
91512
91512
|
},
|
|
91513
91513
|
},
|
|
91514
91514
|
Allocation_ExecuteTransfer: {
|
|
91515
91515
|
template: function () {
|
|
91516
|
-
return exports.Allocation
|
|
91516
|
+
return exports$1.Allocation
|
|
91517
91517
|
},
|
|
91518
91518
|
choiceName: 'Allocation_ExecuteTransfer',
|
|
91519
91519
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91520
|
-
return exports.Allocation_ExecuteTransfer.decoder
|
|
91520
|
+
return exports$1.Allocation_ExecuteTransfer.decoder
|
|
91521
91521
|
}),
|
|
91522
91522
|
argumentEncode: function (__typed__) {
|
|
91523
|
-
return exports.Allocation_ExecuteTransfer.encode(__typed__)
|
|
91523
|
+
return exports$1.Allocation_ExecuteTransfer.encode(__typed__)
|
|
91524
91524
|
},
|
|
91525
91525
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91526
|
-
return exports.Allocation_ExecuteTransferResult.decoder
|
|
91526
|
+
return exports$1.Allocation_ExecuteTransferResult.decoder
|
|
91527
91527
|
}),
|
|
91528
91528
|
resultEncode: function (__typed__) {
|
|
91529
|
-
return exports.Allocation_ExecuteTransferResult.encode(
|
|
91529
|
+
return exports$1.Allocation_ExecuteTransferResult.encode(
|
|
91530
91530
|
__typed__
|
|
91531
91531
|
)
|
|
91532
91532
|
},
|
|
@@ -91534,7 +91534,7 @@ function requireModule$3 () {
|
|
|
91534
91534
|
}
|
|
91535
91535
|
);
|
|
91536
91536
|
|
|
91537
|
-
exports.Allocation_WithdrawResult = {
|
|
91537
|
+
exports$1.Allocation_WithdrawResult = {
|
|
91538
91538
|
decoder: damlTypes.lazyMemo(function () {
|
|
91539
91539
|
return jtv.object({
|
|
91540
91540
|
senderHoldingCids: damlTypes.List(
|
|
@@ -91553,7 +91553,7 @@ function requireModule$3 () {
|
|
|
91553
91553
|
},
|
|
91554
91554
|
};
|
|
91555
91555
|
|
|
91556
|
-
exports.Allocation_CancelResult = {
|
|
91556
|
+
exports$1.Allocation_CancelResult = {
|
|
91557
91557
|
decoder: damlTypes.lazyMemo(function () {
|
|
91558
91558
|
return jtv.object({
|
|
91559
91559
|
senderHoldingCids: damlTypes.List(
|
|
@@ -91572,7 +91572,7 @@ function requireModule$3 () {
|
|
|
91572
91572
|
},
|
|
91573
91573
|
};
|
|
91574
91574
|
|
|
91575
|
-
exports.Allocation_ExecuteTransferResult = {
|
|
91575
|
+
exports$1.Allocation_ExecuteTransferResult = {
|
|
91576
91576
|
decoder: damlTypes.lazyMemo(function () {
|
|
91577
91577
|
return jtv.object({
|
|
91578
91578
|
senderHoldingCids: damlTypes.List(
|
|
@@ -91597,7 +91597,7 @@ function requireModule$3 () {
|
|
|
91597
91597
|
},
|
|
91598
91598
|
};
|
|
91599
91599
|
|
|
91600
|
-
exports.Allocation_Withdraw = {
|
|
91600
|
+
exports$1.Allocation_Withdraw = {
|
|
91601
91601
|
decoder: damlTypes.lazyMemo(function () {
|
|
91602
91602
|
return jtv.object({
|
|
91603
91603
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -91612,7 +91612,7 @@ function requireModule$3 () {
|
|
|
91612
91612
|
},
|
|
91613
91613
|
};
|
|
91614
91614
|
|
|
91615
|
-
exports.Allocation_Cancel = {
|
|
91615
|
+
exports$1.Allocation_Cancel = {
|
|
91616
91616
|
decoder: damlTypes.lazyMemo(function () {
|
|
91617
91617
|
return jtv.object({
|
|
91618
91618
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -91627,7 +91627,7 @@ function requireModule$3 () {
|
|
|
91627
91627
|
},
|
|
91628
91628
|
};
|
|
91629
91629
|
|
|
91630
|
-
exports.Allocation_ExecuteTransfer = {
|
|
91630
|
+
exports$1.Allocation_ExecuteTransfer = {
|
|
91631
91631
|
decoder: damlTypes.lazyMemo(function () {
|
|
91632
91632
|
return jtv.object({
|
|
91633
91633
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -91642,10 +91642,10 @@ function requireModule$3 () {
|
|
|
91642
91642
|
},
|
|
91643
91643
|
};
|
|
91644
91644
|
|
|
91645
|
-
exports.AllocationView = {
|
|
91645
|
+
exports$1.AllocationView = {
|
|
91646
91646
|
decoder: damlTypes.lazyMemo(function () {
|
|
91647
91647
|
return jtv.object({
|
|
91648
|
-
allocation: exports.AllocationSpecification.decoder,
|
|
91648
|
+
allocation: exports$1.AllocationSpecification.decoder,
|
|
91649
91649
|
holdingCids: damlTypes.List(
|
|
91650
91650
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
91651
91651
|
).decoder,
|
|
@@ -91654,7 +91654,7 @@ function requireModule$3 () {
|
|
|
91654
91654
|
}),
|
|
91655
91655
|
encode: function (__typed__) {
|
|
91656
91656
|
return {
|
|
91657
|
-
allocation: exports.AllocationSpecification.encode(
|
|
91657
|
+
allocation: exports$1.AllocationSpecification.encode(
|
|
91658
91658
|
__typed__.allocation
|
|
91659
91659
|
),
|
|
91660
91660
|
holdingCids: damlTypes
|
|
@@ -91665,24 +91665,24 @@ function requireModule$3 () {
|
|
|
91665
91665
|
},
|
|
91666
91666
|
};
|
|
91667
91667
|
|
|
91668
|
-
exports.AllocationSpecification = {
|
|
91668
|
+
exports$1.AllocationSpecification = {
|
|
91669
91669
|
decoder: damlTypes.lazyMemo(function () {
|
|
91670
91670
|
return jtv.object({
|
|
91671
|
-
settlement: exports.SettlementInfo.decoder,
|
|
91671
|
+
settlement: exports$1.SettlementInfo.decoder,
|
|
91672
91672
|
transferLegId: damlTypes.Text.decoder,
|
|
91673
|
-
transferLeg: exports.TransferLeg.decoder,
|
|
91673
|
+
transferLeg: exports$1.TransferLeg.decoder,
|
|
91674
91674
|
})
|
|
91675
91675
|
}),
|
|
91676
91676
|
encode: function (__typed__) {
|
|
91677
91677
|
return {
|
|
91678
|
-
settlement: exports.SettlementInfo.encode(__typed__.settlement),
|
|
91678
|
+
settlement: exports$1.SettlementInfo.encode(__typed__.settlement),
|
|
91679
91679
|
transferLegId: damlTypes.Text.encode(__typed__.transferLegId),
|
|
91680
|
-
transferLeg: exports.TransferLeg.encode(__typed__.transferLeg),
|
|
91680
|
+
transferLeg: exports$1.TransferLeg.encode(__typed__.transferLeg),
|
|
91681
91681
|
}
|
|
91682
91682
|
},
|
|
91683
91683
|
};
|
|
91684
91684
|
|
|
91685
|
-
exports.TransferLeg = {
|
|
91685
|
+
exports$1.TransferLeg = {
|
|
91686
91686
|
decoder: damlTypes.lazyMemo(function () {
|
|
91687
91687
|
return jtv.object({
|
|
91688
91688
|
sender: damlTypes.Party.decoder,
|
|
@@ -91705,11 +91705,11 @@ function requireModule$3 () {
|
|
|
91705
91705
|
},
|
|
91706
91706
|
};
|
|
91707
91707
|
|
|
91708
|
-
exports.SettlementInfo = {
|
|
91708
|
+
exports$1.SettlementInfo = {
|
|
91709
91709
|
decoder: damlTypes.lazyMemo(function () {
|
|
91710
91710
|
return jtv.object({
|
|
91711
91711
|
executor: damlTypes.Party.decoder,
|
|
91712
|
-
settlementRef: exports.Reference.decoder,
|
|
91712
|
+
settlementRef: exports$1.Reference.decoder,
|
|
91713
91713
|
requestedAt: damlTypes.Time.decoder,
|
|
91714
91714
|
allocateBefore: damlTypes.Time.decoder,
|
|
91715
91715
|
settleBefore: damlTypes.Time.decoder,
|
|
@@ -91719,7 +91719,7 @@ function requireModule$3 () {
|
|
|
91719
91719
|
encode: function (__typed__) {
|
|
91720
91720
|
return {
|
|
91721
91721
|
executor: damlTypes.Party.encode(__typed__.executor),
|
|
91722
|
-
settlementRef: exports.Reference.encode(__typed__.settlementRef),
|
|
91722
|
+
settlementRef: exports$1.Reference.encode(__typed__.settlementRef),
|
|
91723
91723
|
requestedAt: damlTypes.Time.encode(__typed__.requestedAt),
|
|
91724
91724
|
allocateBefore: damlTypes.Time.encode(__typed__.allocateBefore),
|
|
91725
91725
|
settleBefore: damlTypes.Time.encode(__typed__.settleBefore),
|
|
@@ -91728,7 +91728,7 @@ function requireModule$3 () {
|
|
|
91728
91728
|
},
|
|
91729
91729
|
};
|
|
91730
91730
|
|
|
91731
|
-
exports.Reference = {
|
|
91731
|
+
exports$1.Reference = {
|
|
91732
91732
|
decoder: damlTypes.lazyMemo(function () {
|
|
91733
91733
|
return jtv.object({
|
|
91734
91734
|
id: damlTypes.Text.decoder,
|
|
@@ -91764,8 +91764,8 @@ var hasRequiredModule$2;
|
|
|
91764
91764
|
function requireModule$2 () {
|
|
91765
91765
|
if (hasRequiredModule$2) return module$8;
|
|
91766
91766
|
hasRequiredModule$2 = 1;
|
|
91767
|
-
(function (exports) {
|
|
91768
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
91767
|
+
(function (exports$1) {
|
|
91768
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
91769
91769
|
/* eslint-disable-next-line no-unused-vars */
|
|
91770
91770
|
var jtv = require$$0$1;
|
|
91771
91771
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -91779,15 +91779,15 @@ function requireModule$2 () {
|
|
|
91779
91779
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
91780
91780
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
91781
91781
|
|
|
91782
|
-
exports.AllocationFactory = damlTypes.assembleInterface(
|
|
91782
|
+
exports$1.AllocationFactory = damlTypes.assembleInterface(
|
|
91783
91783
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationInstructionV1:AllocationFactory',
|
|
91784
91784
|
function () {
|
|
91785
|
-
return exports.AllocationFactoryView
|
|
91785
|
+
return exports$1.AllocationFactoryView
|
|
91786
91786
|
},
|
|
91787
91787
|
{
|
|
91788
91788
|
Archive: {
|
|
91789
91789
|
template: function () {
|
|
91790
|
-
return exports.AllocationFactory
|
|
91790
|
+
return exports$1.AllocationFactory
|
|
91791
91791
|
},
|
|
91792
91792
|
choiceName: 'Archive',
|
|
91793
91793
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91808,52 +91808,52 @@ function requireModule$2 () {
|
|
|
91808
91808
|
},
|
|
91809
91809
|
AllocationFactory_Allocate: {
|
|
91810
91810
|
template: function () {
|
|
91811
|
-
return exports.AllocationFactory
|
|
91811
|
+
return exports$1.AllocationFactory
|
|
91812
91812
|
},
|
|
91813
91813
|
choiceName: 'AllocationFactory_Allocate',
|
|
91814
91814
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91815
|
-
return exports.AllocationFactory_Allocate.decoder
|
|
91815
|
+
return exports$1.AllocationFactory_Allocate.decoder
|
|
91816
91816
|
}),
|
|
91817
91817
|
argumentEncode: function (__typed__) {
|
|
91818
|
-
return exports.AllocationFactory_Allocate.encode(__typed__)
|
|
91818
|
+
return exports$1.AllocationFactory_Allocate.encode(__typed__)
|
|
91819
91819
|
},
|
|
91820
91820
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91821
|
-
return exports.AllocationInstructionResult.decoder
|
|
91821
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
91822
91822
|
}),
|
|
91823
91823
|
resultEncode: function (__typed__) {
|
|
91824
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
91824
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
91825
91825
|
},
|
|
91826
91826
|
},
|
|
91827
91827
|
AllocationFactory_PublicFetch: {
|
|
91828
91828
|
template: function () {
|
|
91829
|
-
return exports.AllocationFactory
|
|
91829
|
+
return exports$1.AllocationFactory
|
|
91830
91830
|
},
|
|
91831
91831
|
choiceName: 'AllocationFactory_PublicFetch',
|
|
91832
91832
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91833
|
-
return exports.AllocationFactory_PublicFetch.decoder
|
|
91833
|
+
return exports$1.AllocationFactory_PublicFetch.decoder
|
|
91834
91834
|
}),
|
|
91835
91835
|
argumentEncode: function (__typed__) {
|
|
91836
|
-
return exports.AllocationFactory_PublicFetch.encode(__typed__)
|
|
91836
|
+
return exports$1.AllocationFactory_PublicFetch.encode(__typed__)
|
|
91837
91837
|
},
|
|
91838
91838
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91839
|
-
return exports.AllocationFactoryView.decoder
|
|
91839
|
+
return exports$1.AllocationFactoryView.decoder
|
|
91840
91840
|
}),
|
|
91841
91841
|
resultEncode: function (__typed__) {
|
|
91842
|
-
return exports.AllocationFactoryView.encode(__typed__)
|
|
91842
|
+
return exports$1.AllocationFactoryView.encode(__typed__)
|
|
91843
91843
|
},
|
|
91844
91844
|
},
|
|
91845
91845
|
}
|
|
91846
91846
|
);
|
|
91847
91847
|
|
|
91848
|
-
exports.AllocationInstruction = damlTypes.assembleInterface(
|
|
91848
|
+
exports$1.AllocationInstruction = damlTypes.assembleInterface(
|
|
91849
91849
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction',
|
|
91850
91850
|
function () {
|
|
91851
|
-
return exports.AllocationInstructionView
|
|
91851
|
+
return exports$1.AllocationInstructionView
|
|
91852
91852
|
},
|
|
91853
91853
|
{
|
|
91854
91854
|
Archive: {
|
|
91855
91855
|
template: function () {
|
|
91856
|
-
return exports.AllocationInstruction
|
|
91856
|
+
return exports$1.AllocationInstruction
|
|
91857
91857
|
},
|
|
91858
91858
|
choiceName: 'Archive',
|
|
91859
91859
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -91874,54 +91874,54 @@ function requireModule$2 () {
|
|
|
91874
91874
|
},
|
|
91875
91875
|
AllocationInstruction_Withdraw: {
|
|
91876
91876
|
template: function () {
|
|
91877
|
-
return exports.AllocationInstruction
|
|
91877
|
+
return exports$1.AllocationInstruction
|
|
91878
91878
|
},
|
|
91879
91879
|
choiceName: 'AllocationInstruction_Withdraw',
|
|
91880
91880
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91881
|
-
return exports.AllocationInstruction_Withdraw.decoder
|
|
91881
|
+
return exports$1.AllocationInstruction_Withdraw.decoder
|
|
91882
91882
|
}),
|
|
91883
91883
|
argumentEncode: function (__typed__) {
|
|
91884
|
-
return exports.AllocationInstruction_Withdraw.encode(__typed__)
|
|
91884
|
+
return exports$1.AllocationInstruction_Withdraw.encode(__typed__)
|
|
91885
91885
|
},
|
|
91886
91886
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91887
|
-
return exports.AllocationInstructionResult.decoder
|
|
91887
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
91888
91888
|
}),
|
|
91889
91889
|
resultEncode: function (__typed__) {
|
|
91890
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
91890
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
91891
91891
|
},
|
|
91892
91892
|
},
|
|
91893
91893
|
AllocationInstruction_Update: {
|
|
91894
91894
|
template: function () {
|
|
91895
|
-
return exports.AllocationInstruction
|
|
91895
|
+
return exports$1.AllocationInstruction
|
|
91896
91896
|
},
|
|
91897
91897
|
choiceName: 'AllocationInstruction_Update',
|
|
91898
91898
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
91899
|
-
return exports.AllocationInstruction_Update.decoder
|
|
91899
|
+
return exports$1.AllocationInstruction_Update.decoder
|
|
91900
91900
|
}),
|
|
91901
91901
|
argumentEncode: function (__typed__) {
|
|
91902
|
-
return exports.AllocationInstruction_Update.encode(__typed__)
|
|
91902
|
+
return exports$1.AllocationInstruction_Update.encode(__typed__)
|
|
91903
91903
|
},
|
|
91904
91904
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
91905
|
-
return exports.AllocationInstructionResult.decoder
|
|
91905
|
+
return exports$1.AllocationInstructionResult.decoder
|
|
91906
91906
|
}),
|
|
91907
91907
|
resultEncode: function (__typed__) {
|
|
91908
|
-
return exports.AllocationInstructionResult.encode(__typed__)
|
|
91908
|
+
return exports$1.AllocationInstructionResult.encode(__typed__)
|
|
91909
91909
|
},
|
|
91910
91910
|
},
|
|
91911
91911
|
}
|
|
91912
91912
|
);
|
|
91913
91913
|
|
|
91914
|
-
exports.AllocationInstructionResult_Output = {
|
|
91914
|
+
exports$1.AllocationInstructionResult_Output = {
|
|
91915
91915
|
decoder: damlTypes.lazyMemo(function () {
|
|
91916
91916
|
return jtv.oneOf(
|
|
91917
91917
|
jtv.object({
|
|
91918
91918
|
tag: jtv.constant('AllocationInstructionResult_Pending'),
|
|
91919
|
-
value: exports.AllocationInstructionResult_Output
|
|
91919
|
+
value: exports$1.AllocationInstructionResult_Output
|
|
91920
91920
|
.AllocationInstructionResult_Pending.decoder,
|
|
91921
91921
|
}),
|
|
91922
91922
|
jtv.object({
|
|
91923
91923
|
tag: jtv.constant('AllocationInstructionResult_Completed'),
|
|
91924
|
-
value: exports.AllocationInstructionResult_Output
|
|
91924
|
+
value: exports$1.AllocationInstructionResult_Output
|
|
91925
91925
|
.AllocationInstructionResult_Completed.decoder,
|
|
91926
91926
|
}),
|
|
91927
91927
|
jtv.object({
|
|
@@ -91935,14 +91935,14 @@ function requireModule$2 () {
|
|
|
91935
91935
|
case 'AllocationInstructionResult_Pending':
|
|
91936
91936
|
return {
|
|
91937
91937
|
tag: __typed__.tag,
|
|
91938
|
-
value: exports.AllocationInstructionResult_Output.AllocationInstructionResult_Pending.encode(
|
|
91938
|
+
value: exports$1.AllocationInstructionResult_Output.AllocationInstructionResult_Pending.encode(
|
|
91939
91939
|
__typed__.value
|
|
91940
91940
|
),
|
|
91941
91941
|
}
|
|
91942
91942
|
case 'AllocationInstructionResult_Completed':
|
|
91943
91943
|
return {
|
|
91944
91944
|
tag: __typed__.tag,
|
|
91945
|
-
value: exports.AllocationInstructionResult_Output.AllocationInstructionResult_Completed.encode(
|
|
91945
|
+
value: exports$1.AllocationInstructionResult_Output.AllocationInstructionResult_Completed.encode(
|
|
91946
91946
|
__typed__.value
|
|
91947
91947
|
),
|
|
91948
91948
|
}
|
|
@@ -91963,14 +91963,14 @@ function requireModule$2 () {
|
|
|
91963
91963
|
decoder: damlTypes.lazyMemo(function () {
|
|
91964
91964
|
return jtv.object({
|
|
91965
91965
|
allocationInstructionCid: damlTypes.ContractId(
|
|
91966
|
-
exports.AllocationInstruction
|
|
91966
|
+
exports$1.AllocationInstruction
|
|
91967
91967
|
).decoder,
|
|
91968
91968
|
})
|
|
91969
91969
|
}),
|
|
91970
91970
|
encode: function (__typed__) {
|
|
91971
91971
|
return {
|
|
91972
91972
|
allocationInstructionCid: damlTypes
|
|
91973
|
-
.ContractId(exports.AllocationInstruction)
|
|
91973
|
+
.ContractId(exports$1.AllocationInstruction)
|
|
91974
91974
|
.encode(__typed__.allocationInstructionCid),
|
|
91975
91975
|
}
|
|
91976
91976
|
},
|
|
@@ -91993,10 +91993,10 @@ function requireModule$2 () {
|
|
|
91993
91993
|
},
|
|
91994
91994
|
};
|
|
91995
91995
|
|
|
91996
|
-
exports.AllocationInstructionResult = {
|
|
91996
|
+
exports$1.AllocationInstructionResult = {
|
|
91997
91997
|
decoder: damlTypes.lazyMemo(function () {
|
|
91998
91998
|
return jtv.object({
|
|
91999
|
-
output: exports.AllocationInstructionResult_Output.decoder,
|
|
91999
|
+
output: exports$1.AllocationInstructionResult_Output.decoder,
|
|
92000
92000
|
senderChangeCids: damlTypes.List(
|
|
92001
92001
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
92002
92002
|
).decoder,
|
|
@@ -92005,7 +92005,7 @@ function requireModule$2 () {
|
|
|
92005
92005
|
}),
|
|
92006
92006
|
encode: function (__typed__) {
|
|
92007
92007
|
return {
|
|
92008
|
-
output: exports.AllocationInstructionResult_Output.encode(
|
|
92008
|
+
output: exports$1.AllocationInstructionResult_Output.encode(
|
|
92009
92009
|
__typed__.output
|
|
92010
92010
|
),
|
|
92011
92011
|
senderChangeCids: damlTypes
|
|
@@ -92016,7 +92016,7 @@ function requireModule$2 () {
|
|
|
92016
92016
|
},
|
|
92017
92017
|
};
|
|
92018
92018
|
|
|
92019
|
-
exports.AllocationFactory_PublicFetch = {
|
|
92019
|
+
exports$1.AllocationFactory_PublicFetch = {
|
|
92020
92020
|
decoder: damlTypes.lazyMemo(function () {
|
|
92021
92021
|
return jtv.object({
|
|
92022
92022
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -92031,7 +92031,7 @@ function requireModule$2 () {
|
|
|
92031
92031
|
},
|
|
92032
92032
|
};
|
|
92033
92033
|
|
|
92034
|
-
exports.AllocationFactory_Allocate = {
|
|
92034
|
+
exports$1.AllocationFactory_Allocate = {
|
|
92035
92035
|
decoder: damlTypes.lazyMemo(function () {
|
|
92036
92036
|
return jtv.object({
|
|
92037
92037
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -92062,7 +92062,7 @@ function requireModule$2 () {
|
|
|
92062
92062
|
},
|
|
92063
92063
|
};
|
|
92064
92064
|
|
|
92065
|
-
exports.AllocationFactoryView = {
|
|
92065
|
+
exports$1.AllocationFactoryView = {
|
|
92066
92066
|
decoder: damlTypes.lazyMemo(function () {
|
|
92067
92067
|
return jtv.object({
|
|
92068
92068
|
admin: damlTypes.Party.decoder,
|
|
@@ -92077,7 +92077,7 @@ function requireModule$2 () {
|
|
|
92077
92077
|
},
|
|
92078
92078
|
};
|
|
92079
92079
|
|
|
92080
|
-
exports.AllocationInstruction_Update = {
|
|
92080
|
+
exports$1.AllocationInstruction_Update = {
|
|
92081
92081
|
decoder: damlTypes.lazyMemo(function () {
|
|
92082
92082
|
return jtv.object({
|
|
92083
92083
|
extraActors: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -92096,7 +92096,7 @@ function requireModule$2 () {
|
|
|
92096
92096
|
},
|
|
92097
92097
|
};
|
|
92098
92098
|
|
|
92099
|
-
exports.AllocationInstruction_Withdraw = {
|
|
92099
|
+
exports$1.AllocationInstruction_Withdraw = {
|
|
92100
92100
|
decoder: damlTypes.lazyMemo(function () {
|
|
92101
92101
|
return jtv.object({
|
|
92102
92102
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92111,13 +92111,13 @@ function requireModule$2 () {
|
|
|
92111
92111
|
},
|
|
92112
92112
|
};
|
|
92113
92113
|
|
|
92114
|
-
exports.AllocationInstructionView = {
|
|
92114
|
+
exports$1.AllocationInstructionView = {
|
|
92115
92115
|
decoder: damlTypes.lazyMemo(function () {
|
|
92116
92116
|
return jtv.object({
|
|
92117
92117
|
originalInstructionCid: jtv.Decoder.withDefault(
|
|
92118
92118
|
null,
|
|
92119
92119
|
damlTypes.Optional(
|
|
92120
|
-
damlTypes.ContractId(exports.AllocationInstruction)
|
|
92120
|
+
damlTypes.ContractId(exports$1.AllocationInstruction)
|
|
92121
92121
|
).decoder
|
|
92122
92122
|
),
|
|
92123
92123
|
allocation:
|
|
@@ -92134,7 +92134,7 @@ function requireModule$2 () {
|
|
|
92134
92134
|
encode: function (__typed__) {
|
|
92135
92135
|
return {
|
|
92136
92136
|
originalInstructionCid: damlTypes
|
|
92137
|
-
.Optional(damlTypes.ContractId(exports.AllocationInstruction))
|
|
92137
|
+
.Optional(damlTypes.ContractId(exports$1.AllocationInstruction))
|
|
92138
92138
|
.encode(__typed__.originalInstructionCid),
|
|
92139
92139
|
allocation:
|
|
92140
92140
|
Splice_Api_Token_AllocationV1.AllocationSpecification.encode(
|
|
@@ -92160,13 +92160,13 @@ var hasRequiredAllocationInstructionV1;
|
|
|
92160
92160
|
function requireAllocationInstructionV1 () {
|
|
92161
92161
|
if (hasRequiredAllocationInstructionV1) return AllocationInstructionV1$1;
|
|
92162
92162
|
hasRequiredAllocationInstructionV1 = 1;
|
|
92163
|
-
(function (exports) {
|
|
92163
|
+
(function (exports$1) {
|
|
92164
92164
|
/* eslint-disable-next-line no-unused-vars */
|
|
92165
92165
|
function __export(m) {
|
|
92166
92166
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92167
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92167
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92168
92168
|
}
|
|
92169
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92169
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92170
92170
|
__export(requireModule$2());
|
|
92171
92171
|
} (AllocationInstructionV1$1));
|
|
92172
92172
|
return AllocationInstructionV1$1;
|
|
@@ -92181,8 +92181,8 @@ var hasRequiredModule$1;
|
|
|
92181
92181
|
function requireModule$1 () {
|
|
92182
92182
|
if (hasRequiredModule$1) return module$2;
|
|
92183
92183
|
hasRequiredModule$1 = 1;
|
|
92184
|
-
(function (exports) {
|
|
92185
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92184
|
+
(function (exports$1) {
|
|
92185
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92186
92186
|
/* eslint-disable-next-line no-unused-vars */
|
|
92187
92187
|
var jtv = require$$0$1;
|
|
92188
92188
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -92195,15 +92195,15 @@ function requireModule$1 () {
|
|
|
92195
92195
|
var Splice_Api_Token_AllocationV1 = requireModule$3();
|
|
92196
92196
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
92197
92197
|
|
|
92198
|
-
exports.AllocationRequest = damlTypes.assembleInterface(
|
|
92198
|
+
exports$1.AllocationRequest = damlTypes.assembleInterface(
|
|
92199
92199
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.AllocationRequestV1:AllocationRequest',
|
|
92200
92200
|
function () {
|
|
92201
|
-
return exports.AllocationRequestView
|
|
92201
|
+
return exports$1.AllocationRequestView
|
|
92202
92202
|
},
|
|
92203
92203
|
{
|
|
92204
92204
|
Archive: {
|
|
92205
92205
|
template: function () {
|
|
92206
|
-
return exports.AllocationRequest
|
|
92206
|
+
return exports$1.AllocationRequest
|
|
92207
92207
|
},
|
|
92208
92208
|
choiceName: 'Archive',
|
|
92209
92209
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -92224,14 +92224,14 @@ function requireModule$1 () {
|
|
|
92224
92224
|
},
|
|
92225
92225
|
AllocationRequest_Reject: {
|
|
92226
92226
|
template: function () {
|
|
92227
|
-
return exports.AllocationRequest
|
|
92227
|
+
return exports$1.AllocationRequest
|
|
92228
92228
|
},
|
|
92229
92229
|
choiceName: 'AllocationRequest_Reject',
|
|
92230
92230
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92231
|
-
return exports.AllocationRequest_Reject.decoder
|
|
92231
|
+
return exports$1.AllocationRequest_Reject.decoder
|
|
92232
92232
|
}),
|
|
92233
92233
|
argumentEncode: function (__typed__) {
|
|
92234
|
-
return exports.AllocationRequest_Reject.encode(__typed__)
|
|
92234
|
+
return exports$1.AllocationRequest_Reject.encode(__typed__)
|
|
92235
92235
|
},
|
|
92236
92236
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92237
92237
|
return Splice_Api_Token_MetadataV1.ChoiceExecutionMetadata
|
|
@@ -92245,14 +92245,14 @@ function requireModule$1 () {
|
|
|
92245
92245
|
},
|
|
92246
92246
|
AllocationRequest_Withdraw: {
|
|
92247
92247
|
template: function () {
|
|
92248
|
-
return exports.AllocationRequest
|
|
92248
|
+
return exports$1.AllocationRequest
|
|
92249
92249
|
},
|
|
92250
92250
|
choiceName: 'AllocationRequest_Withdraw',
|
|
92251
92251
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92252
|
-
return exports.AllocationRequest_Withdraw.decoder
|
|
92252
|
+
return exports$1.AllocationRequest_Withdraw.decoder
|
|
92253
92253
|
}),
|
|
92254
92254
|
argumentEncode: function (__typed__) {
|
|
92255
|
-
return exports.AllocationRequest_Withdraw.encode(__typed__)
|
|
92255
|
+
return exports$1.AllocationRequest_Withdraw.encode(__typed__)
|
|
92256
92256
|
},
|
|
92257
92257
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92258
92258
|
return Splice_Api_Token_MetadataV1.ChoiceExecutionMetadata
|
|
@@ -92267,7 +92267,7 @@ function requireModule$1 () {
|
|
|
92267
92267
|
}
|
|
92268
92268
|
);
|
|
92269
92269
|
|
|
92270
|
-
exports.AllocationRequestView = {
|
|
92270
|
+
exports$1.AllocationRequestView = {
|
|
92271
92271
|
decoder: damlTypes.lazyMemo(function () {
|
|
92272
92272
|
return jtv.object({
|
|
92273
92273
|
settlement: Splice_Api_Token_AllocationV1.SettlementInfo.decoder,
|
|
@@ -92290,7 +92290,7 @@ function requireModule$1 () {
|
|
|
92290
92290
|
},
|
|
92291
92291
|
};
|
|
92292
92292
|
|
|
92293
|
-
exports.AllocationRequest_Withdraw = {
|
|
92293
|
+
exports$1.AllocationRequest_Withdraw = {
|
|
92294
92294
|
decoder: damlTypes.lazyMemo(function () {
|
|
92295
92295
|
return jtv.object({
|
|
92296
92296
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92305,7 +92305,7 @@ function requireModule$1 () {
|
|
|
92305
92305
|
},
|
|
92306
92306
|
};
|
|
92307
92307
|
|
|
92308
|
-
exports.AllocationRequest_Reject = {
|
|
92308
|
+
exports$1.AllocationRequest_Reject = {
|
|
92309
92309
|
decoder: damlTypes.lazyMemo(function () {
|
|
92310
92310
|
return jtv.object({
|
|
92311
92311
|
actor: damlTypes.Party.decoder,
|
|
@@ -92330,13 +92330,13 @@ var hasRequiredAllocationRequestV1;
|
|
|
92330
92330
|
function requireAllocationRequestV1 () {
|
|
92331
92331
|
if (hasRequiredAllocationRequestV1) return AllocationRequestV1$1;
|
|
92332
92332
|
hasRequiredAllocationRequestV1 = 1;
|
|
92333
|
-
(function (exports) {
|
|
92333
|
+
(function (exports$1) {
|
|
92334
92334
|
/* eslint-disable-next-line no-unused-vars */
|
|
92335
92335
|
function __export(m) {
|
|
92336
92336
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92337
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92337
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92338
92338
|
}
|
|
92339
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92339
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92340
92340
|
__export(requireModule$1());
|
|
92341
92341
|
} (AllocationRequestV1$1));
|
|
92342
92342
|
return AllocationRequestV1$1;
|
|
@@ -92349,13 +92349,13 @@ var hasRequiredAllocationV1;
|
|
|
92349
92349
|
function requireAllocationV1 () {
|
|
92350
92350
|
if (hasRequiredAllocationV1) return AllocationV1$1;
|
|
92351
92351
|
hasRequiredAllocationV1 = 1;
|
|
92352
|
-
(function (exports) {
|
|
92352
|
+
(function (exports$1) {
|
|
92353
92353
|
/* eslint-disable-next-line no-unused-vars */
|
|
92354
92354
|
function __export(m) {
|
|
92355
92355
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92356
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92356
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92357
92357
|
}
|
|
92358
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92358
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92359
92359
|
__export(requireModule$3());
|
|
92360
92360
|
} (AllocationV1$1));
|
|
92361
92361
|
return AllocationV1$1;
|
|
@@ -92368,13 +92368,13 @@ var hasRequiredHoldingV1;
|
|
|
92368
92368
|
function requireHoldingV1 () {
|
|
92369
92369
|
if (hasRequiredHoldingV1) return HoldingV1$1;
|
|
92370
92370
|
hasRequiredHoldingV1 = 1;
|
|
92371
|
-
(function (exports) {
|
|
92371
|
+
(function (exports$1) {
|
|
92372
92372
|
/* eslint-disable-next-line no-unused-vars */
|
|
92373
92373
|
function __export(m) {
|
|
92374
92374
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92375
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92375
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92376
92376
|
}
|
|
92377
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92377
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92378
92378
|
__export(requireModule$4());
|
|
92379
92379
|
} (HoldingV1$1));
|
|
92380
92380
|
return HoldingV1$1;
|
|
@@ -92387,13 +92387,13 @@ var hasRequiredMetadataV1;
|
|
|
92387
92387
|
function requireMetadataV1 () {
|
|
92388
92388
|
if (hasRequiredMetadataV1) return MetadataV1$1;
|
|
92389
92389
|
hasRequiredMetadataV1 = 1;
|
|
92390
|
-
(function (exports) {
|
|
92390
|
+
(function (exports$1) {
|
|
92391
92391
|
/* eslint-disable-next-line no-unused-vars */
|
|
92392
92392
|
function __export(m) {
|
|
92393
92393
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92394
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92394
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92395
92395
|
}
|
|
92396
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92396
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92397
92397
|
__export(requireModule$5());
|
|
92398
92398
|
} (MetadataV1$1));
|
|
92399
92399
|
return MetadataV1$1;
|
|
@@ -92408,8 +92408,8 @@ var hasRequiredModule;
|
|
|
92408
92408
|
function requireModule () {
|
|
92409
92409
|
if (hasRequiredModule) return module$1;
|
|
92410
92410
|
hasRequiredModule = 1;
|
|
92411
|
-
(function (exports) {
|
|
92412
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92411
|
+
(function (exports$1) {
|
|
92412
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92413
92413
|
/* eslint-disable-next-line no-unused-vars */
|
|
92414
92414
|
var jtv = require$$0$1;
|
|
92415
92415
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -92422,15 +92422,15 @@ function requireModule () {
|
|
|
92422
92422
|
var Splice_Api_Token_HoldingV1 = requireModule$4();
|
|
92423
92423
|
var Splice_Api_Token_MetadataV1 = requireModule$5();
|
|
92424
92424
|
|
|
92425
|
-
exports.TransferFactory = damlTypes.assembleInterface(
|
|
92425
|
+
exports$1.TransferFactory = damlTypes.assembleInterface(
|
|
92426
92426
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.TransferInstructionV1:TransferFactory',
|
|
92427
92427
|
function () {
|
|
92428
|
-
return exports.TransferFactoryView
|
|
92428
|
+
return exports$1.TransferFactoryView
|
|
92429
92429
|
},
|
|
92430
92430
|
{
|
|
92431
92431
|
Archive: {
|
|
92432
92432
|
template: function () {
|
|
92433
|
-
return exports.TransferFactory
|
|
92433
|
+
return exports$1.TransferFactory
|
|
92434
92434
|
},
|
|
92435
92435
|
choiceName: 'Archive',
|
|
92436
92436
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -92451,52 +92451,52 @@ function requireModule () {
|
|
|
92451
92451
|
},
|
|
92452
92452
|
TransferFactory_Transfer: {
|
|
92453
92453
|
template: function () {
|
|
92454
|
-
return exports.TransferFactory
|
|
92454
|
+
return exports$1.TransferFactory
|
|
92455
92455
|
},
|
|
92456
92456
|
choiceName: 'TransferFactory_Transfer',
|
|
92457
92457
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92458
|
-
return exports.TransferFactory_Transfer.decoder
|
|
92458
|
+
return exports$1.TransferFactory_Transfer.decoder
|
|
92459
92459
|
}),
|
|
92460
92460
|
argumentEncode: function (__typed__) {
|
|
92461
|
-
return exports.TransferFactory_Transfer.encode(__typed__)
|
|
92461
|
+
return exports$1.TransferFactory_Transfer.encode(__typed__)
|
|
92462
92462
|
},
|
|
92463
92463
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92464
|
-
return exports.TransferInstructionResult.decoder
|
|
92464
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92465
92465
|
}),
|
|
92466
92466
|
resultEncode: function (__typed__) {
|
|
92467
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92467
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92468
92468
|
},
|
|
92469
92469
|
},
|
|
92470
92470
|
TransferFactory_PublicFetch: {
|
|
92471
92471
|
template: function () {
|
|
92472
|
-
return exports.TransferFactory
|
|
92472
|
+
return exports$1.TransferFactory
|
|
92473
92473
|
},
|
|
92474
92474
|
choiceName: 'TransferFactory_PublicFetch',
|
|
92475
92475
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92476
|
-
return exports.TransferFactory_PublicFetch.decoder
|
|
92476
|
+
return exports$1.TransferFactory_PublicFetch.decoder
|
|
92477
92477
|
}),
|
|
92478
92478
|
argumentEncode: function (__typed__) {
|
|
92479
|
-
return exports.TransferFactory_PublicFetch.encode(__typed__)
|
|
92479
|
+
return exports$1.TransferFactory_PublicFetch.encode(__typed__)
|
|
92480
92480
|
},
|
|
92481
92481
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92482
|
-
return exports.TransferFactoryView.decoder
|
|
92482
|
+
return exports$1.TransferFactoryView.decoder
|
|
92483
92483
|
}),
|
|
92484
92484
|
resultEncode: function (__typed__) {
|
|
92485
|
-
return exports.TransferFactoryView.encode(__typed__)
|
|
92485
|
+
return exports$1.TransferFactoryView.encode(__typed__)
|
|
92486
92486
|
},
|
|
92487
92487
|
},
|
|
92488
92488
|
}
|
|
92489
92489
|
);
|
|
92490
92490
|
|
|
92491
|
-
exports.TransferInstruction = damlTypes.assembleInterface(
|
|
92491
|
+
exports$1.TransferInstruction = damlTypes.assembleInterface(
|
|
92492
92492
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c:Splice.Api.Token.TransferInstructionV1:TransferInstruction',
|
|
92493
92493
|
function () {
|
|
92494
|
-
return exports.TransferInstructionView
|
|
92494
|
+
return exports$1.TransferInstructionView
|
|
92495
92495
|
},
|
|
92496
92496
|
{
|
|
92497
92497
|
Archive: {
|
|
92498
92498
|
template: function () {
|
|
92499
|
-
return exports.TransferInstruction
|
|
92499
|
+
return exports$1.TransferInstruction
|
|
92500
92500
|
},
|
|
92501
92501
|
choiceName: 'Archive',
|
|
92502
92502
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
@@ -92517,80 +92517,80 @@ function requireModule () {
|
|
|
92517
92517
|
},
|
|
92518
92518
|
TransferInstruction_Accept: {
|
|
92519
92519
|
template: function () {
|
|
92520
|
-
return exports.TransferInstruction
|
|
92520
|
+
return exports$1.TransferInstruction
|
|
92521
92521
|
},
|
|
92522
92522
|
choiceName: 'TransferInstruction_Accept',
|
|
92523
92523
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92524
|
-
return exports.TransferInstruction_Accept.decoder
|
|
92524
|
+
return exports$1.TransferInstruction_Accept.decoder
|
|
92525
92525
|
}),
|
|
92526
92526
|
argumentEncode: function (__typed__) {
|
|
92527
|
-
return exports.TransferInstruction_Accept.encode(__typed__)
|
|
92527
|
+
return exports$1.TransferInstruction_Accept.encode(__typed__)
|
|
92528
92528
|
},
|
|
92529
92529
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92530
|
-
return exports.TransferInstructionResult.decoder
|
|
92530
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92531
92531
|
}),
|
|
92532
92532
|
resultEncode: function (__typed__) {
|
|
92533
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92533
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92534
92534
|
},
|
|
92535
92535
|
},
|
|
92536
92536
|
TransferInstruction_Reject: {
|
|
92537
92537
|
template: function () {
|
|
92538
|
-
return exports.TransferInstruction
|
|
92538
|
+
return exports$1.TransferInstruction
|
|
92539
92539
|
},
|
|
92540
92540
|
choiceName: 'TransferInstruction_Reject',
|
|
92541
92541
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92542
|
-
return exports.TransferInstruction_Reject.decoder
|
|
92542
|
+
return exports$1.TransferInstruction_Reject.decoder
|
|
92543
92543
|
}),
|
|
92544
92544
|
argumentEncode: function (__typed__) {
|
|
92545
|
-
return exports.TransferInstruction_Reject.encode(__typed__)
|
|
92545
|
+
return exports$1.TransferInstruction_Reject.encode(__typed__)
|
|
92546
92546
|
},
|
|
92547
92547
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92548
|
-
return exports.TransferInstructionResult.decoder
|
|
92548
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92549
92549
|
}),
|
|
92550
92550
|
resultEncode: function (__typed__) {
|
|
92551
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92551
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92552
92552
|
},
|
|
92553
92553
|
},
|
|
92554
92554
|
TransferInstruction_Withdraw: {
|
|
92555
92555
|
template: function () {
|
|
92556
|
-
return exports.TransferInstruction
|
|
92556
|
+
return exports$1.TransferInstruction
|
|
92557
92557
|
},
|
|
92558
92558
|
choiceName: 'TransferInstruction_Withdraw',
|
|
92559
92559
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92560
|
-
return exports.TransferInstruction_Withdraw.decoder
|
|
92560
|
+
return exports$1.TransferInstruction_Withdraw.decoder
|
|
92561
92561
|
}),
|
|
92562
92562
|
argumentEncode: function (__typed__) {
|
|
92563
|
-
return exports.TransferInstruction_Withdraw.encode(__typed__)
|
|
92563
|
+
return exports$1.TransferInstruction_Withdraw.encode(__typed__)
|
|
92564
92564
|
},
|
|
92565
92565
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92566
|
-
return exports.TransferInstructionResult.decoder
|
|
92566
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92567
92567
|
}),
|
|
92568
92568
|
resultEncode: function (__typed__) {
|
|
92569
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92569
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92570
92570
|
},
|
|
92571
92571
|
},
|
|
92572
92572
|
TransferInstruction_Update: {
|
|
92573
92573
|
template: function () {
|
|
92574
|
-
return exports.TransferInstruction
|
|
92574
|
+
return exports$1.TransferInstruction
|
|
92575
92575
|
},
|
|
92576
92576
|
choiceName: 'TransferInstruction_Update',
|
|
92577
92577
|
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
92578
|
-
return exports.TransferInstruction_Update.decoder
|
|
92578
|
+
return exports$1.TransferInstruction_Update.decoder
|
|
92579
92579
|
}),
|
|
92580
92580
|
argumentEncode: function (__typed__) {
|
|
92581
|
-
return exports.TransferInstruction_Update.encode(__typed__)
|
|
92581
|
+
return exports$1.TransferInstruction_Update.encode(__typed__)
|
|
92582
92582
|
},
|
|
92583
92583
|
resultDecoder: damlTypes.lazyMemo(function () {
|
|
92584
|
-
return exports.TransferInstructionResult.decoder
|
|
92584
|
+
return exports$1.TransferInstructionResult.decoder
|
|
92585
92585
|
}),
|
|
92586
92586
|
resultEncode: function (__typed__) {
|
|
92587
|
-
return exports.TransferInstructionResult.encode(__typed__)
|
|
92587
|
+
return exports$1.TransferInstructionResult.encode(__typed__)
|
|
92588
92588
|
},
|
|
92589
92589
|
},
|
|
92590
92590
|
}
|
|
92591
92591
|
);
|
|
92592
92592
|
|
|
92593
|
-
exports.TransferFactoryView = {
|
|
92593
|
+
exports$1.TransferFactoryView = {
|
|
92594
92594
|
decoder: damlTypes.lazyMemo(function () {
|
|
92595
92595
|
return jtv.object({
|
|
92596
92596
|
admin: damlTypes.Party.decoder,
|
|
@@ -92605,7 +92605,7 @@ function requireModule () {
|
|
|
92605
92605
|
},
|
|
92606
92606
|
};
|
|
92607
92607
|
|
|
92608
|
-
exports.TransferFactory_PublicFetch = {
|
|
92608
|
+
exports$1.TransferFactory_PublicFetch = {
|
|
92609
92609
|
decoder: damlTypes.lazyMemo(function () {
|
|
92610
92610
|
return jtv.object({
|
|
92611
92611
|
expectedAdmin: damlTypes.Party.decoder,
|
|
@@ -92620,18 +92620,18 @@ function requireModule () {
|
|
|
92620
92620
|
},
|
|
92621
92621
|
};
|
|
92622
92622
|
|
|
92623
|
-
exports.TransferFactory_Transfer = {
|
|
92623
|
+
exports$1.TransferFactory_Transfer = {
|
|
92624
92624
|
decoder: damlTypes.lazyMemo(function () {
|
|
92625
92625
|
return jtv.object({
|
|
92626
92626
|
expectedAdmin: damlTypes.Party.decoder,
|
|
92627
|
-
transfer: exports.Transfer.decoder,
|
|
92627
|
+
transfer: exports$1.Transfer.decoder,
|
|
92628
92628
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
92629
92629
|
})
|
|
92630
92630
|
}),
|
|
92631
92631
|
encode: function (__typed__) {
|
|
92632
92632
|
return {
|
|
92633
92633
|
expectedAdmin: damlTypes.Party.encode(__typed__.expectedAdmin),
|
|
92634
|
-
transfer: exports.Transfer.encode(__typed__.transfer),
|
|
92634
|
+
transfer: exports$1.Transfer.encode(__typed__.transfer),
|
|
92635
92635
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.encode(
|
|
92636
92636
|
__typed__.extraArgs
|
|
92637
92637
|
),
|
|
@@ -92639,7 +92639,7 @@ function requireModule () {
|
|
|
92639
92639
|
},
|
|
92640
92640
|
};
|
|
92641
92641
|
|
|
92642
|
-
exports.TransferInstruction_Update = {
|
|
92642
|
+
exports$1.TransferInstruction_Update = {
|
|
92643
92643
|
decoder: damlTypes.lazyMemo(function () {
|
|
92644
92644
|
return jtv.object({
|
|
92645
92645
|
extraActors: damlTypes.List(damlTypes.Party).decoder,
|
|
@@ -92658,7 +92658,7 @@ function requireModule () {
|
|
|
92658
92658
|
},
|
|
92659
92659
|
};
|
|
92660
92660
|
|
|
92661
|
-
exports.TransferInstruction_Withdraw = {
|
|
92661
|
+
exports$1.TransferInstruction_Withdraw = {
|
|
92662
92662
|
decoder: damlTypes.lazyMemo(function () {
|
|
92663
92663
|
return jtv.object({
|
|
92664
92664
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92673,7 +92673,7 @@ function requireModule () {
|
|
|
92673
92673
|
},
|
|
92674
92674
|
};
|
|
92675
92675
|
|
|
92676
|
-
exports.TransferInstruction_Reject = {
|
|
92676
|
+
exports$1.TransferInstruction_Reject = {
|
|
92677
92677
|
decoder: damlTypes.lazyMemo(function () {
|
|
92678
92678
|
return jtv.object({
|
|
92679
92679
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92688,7 +92688,7 @@ function requireModule () {
|
|
|
92688
92688
|
},
|
|
92689
92689
|
};
|
|
92690
92690
|
|
|
92691
|
-
exports.TransferInstruction_Accept = {
|
|
92691
|
+
exports$1.TransferInstruction_Accept = {
|
|
92692
92692
|
decoder: damlTypes.lazyMemo(function () {
|
|
92693
92693
|
return jtv.object({
|
|
92694
92694
|
extraArgs: Splice_Api_Token_MetadataV1.ExtraArgs.decoder,
|
|
@@ -92703,33 +92703,33 @@ function requireModule () {
|
|
|
92703
92703
|
},
|
|
92704
92704
|
};
|
|
92705
92705
|
|
|
92706
|
-
exports.TransferInstructionView = {
|
|
92706
|
+
exports$1.TransferInstructionView = {
|
|
92707
92707
|
decoder: damlTypes.lazyMemo(function () {
|
|
92708
92708
|
return jtv.object({
|
|
92709
92709
|
originalInstructionCid: jtv.Decoder.withDefault(
|
|
92710
92710
|
null,
|
|
92711
92711
|
damlTypes.Optional(
|
|
92712
|
-
damlTypes.ContractId(exports.TransferInstruction)
|
|
92712
|
+
damlTypes.ContractId(exports$1.TransferInstruction)
|
|
92713
92713
|
).decoder
|
|
92714
92714
|
),
|
|
92715
|
-
transfer: exports.Transfer.decoder,
|
|
92716
|
-
status: exports.TransferInstructionStatus.decoder,
|
|
92715
|
+
transfer: exports$1.Transfer.decoder,
|
|
92716
|
+
status: exports$1.TransferInstructionStatus.decoder,
|
|
92717
92717
|
meta: Splice_Api_Token_MetadataV1.Metadata.decoder,
|
|
92718
92718
|
})
|
|
92719
92719
|
}),
|
|
92720
92720
|
encode: function (__typed__) {
|
|
92721
92721
|
return {
|
|
92722
92722
|
originalInstructionCid: damlTypes
|
|
92723
|
-
.Optional(damlTypes.ContractId(exports.TransferInstruction))
|
|
92723
|
+
.Optional(damlTypes.ContractId(exports$1.TransferInstruction))
|
|
92724
92724
|
.encode(__typed__.originalInstructionCid),
|
|
92725
|
-
transfer: exports.Transfer.encode(__typed__.transfer),
|
|
92726
|
-
status: exports.TransferInstructionStatus.encode(__typed__.status),
|
|
92725
|
+
transfer: exports$1.Transfer.encode(__typed__.transfer),
|
|
92726
|
+
status: exports$1.TransferInstructionStatus.encode(__typed__.status),
|
|
92727
92727
|
meta: Splice_Api_Token_MetadataV1.Metadata.encode(__typed__.meta),
|
|
92728
92728
|
}
|
|
92729
92729
|
},
|
|
92730
92730
|
};
|
|
92731
92731
|
|
|
92732
|
-
exports.TransferInstructionStatus = {
|
|
92732
|
+
exports$1.TransferInstructionStatus = {
|
|
92733
92733
|
decoder: damlTypes.lazyMemo(function () {
|
|
92734
92734
|
return jtv.oneOf(
|
|
92735
92735
|
jtv.object({
|
|
@@ -92738,7 +92738,7 @@ function requireModule () {
|
|
|
92738
92738
|
}),
|
|
92739
92739
|
jtv.object({
|
|
92740
92740
|
tag: jtv.constant('TransferPendingInternalWorkflow'),
|
|
92741
|
-
value: exports.TransferInstructionStatus
|
|
92741
|
+
value: exports$1.TransferInstructionStatus
|
|
92742
92742
|
.TransferPendingInternalWorkflow.decoder,
|
|
92743
92743
|
})
|
|
92744
92744
|
)
|
|
@@ -92753,7 +92753,7 @@ function requireModule () {
|
|
|
92753
92753
|
case 'TransferPendingInternalWorkflow':
|
|
92754
92754
|
return {
|
|
92755
92755
|
tag: __typed__.tag,
|
|
92756
|
-
value: exports.TransferInstructionStatus.TransferPendingInternalWorkflow.encode(
|
|
92756
|
+
value: exports$1.TransferInstructionStatus.TransferPendingInternalWorkflow.encode(
|
|
92757
92757
|
__typed__.value
|
|
92758
92758
|
),
|
|
92759
92759
|
}
|
|
@@ -92782,17 +92782,17 @@ function requireModule () {
|
|
|
92782
92782
|
},
|
|
92783
92783
|
};
|
|
92784
92784
|
|
|
92785
|
-
exports.TransferInstructionResult_Output = {
|
|
92785
|
+
exports$1.TransferInstructionResult_Output = {
|
|
92786
92786
|
decoder: damlTypes.lazyMemo(function () {
|
|
92787
92787
|
return jtv.oneOf(
|
|
92788
92788
|
jtv.object({
|
|
92789
92789
|
tag: jtv.constant('TransferInstructionResult_Pending'),
|
|
92790
|
-
value: exports.TransferInstructionResult_Output
|
|
92790
|
+
value: exports$1.TransferInstructionResult_Output
|
|
92791
92791
|
.TransferInstructionResult_Pending.decoder,
|
|
92792
92792
|
}),
|
|
92793
92793
|
jtv.object({
|
|
92794
92794
|
tag: jtv.constant('TransferInstructionResult_Completed'),
|
|
92795
|
-
value: exports.TransferInstructionResult_Output
|
|
92795
|
+
value: exports$1.TransferInstructionResult_Output
|
|
92796
92796
|
.TransferInstructionResult_Completed.decoder,
|
|
92797
92797
|
}),
|
|
92798
92798
|
jtv.object({
|
|
@@ -92806,14 +92806,14 @@ function requireModule () {
|
|
|
92806
92806
|
case 'TransferInstructionResult_Pending':
|
|
92807
92807
|
return {
|
|
92808
92808
|
tag: __typed__.tag,
|
|
92809
|
-
value: exports.TransferInstructionResult_Output.TransferInstructionResult_Pending.encode(
|
|
92809
|
+
value: exports$1.TransferInstructionResult_Output.TransferInstructionResult_Pending.encode(
|
|
92810
92810
|
__typed__.value
|
|
92811
92811
|
),
|
|
92812
92812
|
}
|
|
92813
92813
|
case 'TransferInstructionResult_Completed':
|
|
92814
92814
|
return {
|
|
92815
92815
|
tag: __typed__.tag,
|
|
92816
|
-
value: exports.TransferInstructionResult_Output.TransferInstructionResult_Completed.encode(
|
|
92816
|
+
value: exports$1.TransferInstructionResult_Output.TransferInstructionResult_Completed.encode(
|
|
92817
92817
|
__typed__.value
|
|
92818
92818
|
),
|
|
92819
92819
|
}
|
|
@@ -92834,14 +92834,14 @@ function requireModule () {
|
|
|
92834
92834
|
decoder: damlTypes.lazyMemo(function () {
|
|
92835
92835
|
return jtv.object({
|
|
92836
92836
|
transferInstructionCid: damlTypes.ContractId(
|
|
92837
|
-
exports.TransferInstruction
|
|
92837
|
+
exports$1.TransferInstruction
|
|
92838
92838
|
).decoder,
|
|
92839
92839
|
})
|
|
92840
92840
|
}),
|
|
92841
92841
|
encode: function (__typed__) {
|
|
92842
92842
|
return {
|
|
92843
92843
|
transferInstructionCid: damlTypes
|
|
92844
|
-
.ContractId(exports.TransferInstruction)
|
|
92844
|
+
.ContractId(exports$1.TransferInstruction)
|
|
92845
92845
|
.encode(__typed__.transferInstructionCid),
|
|
92846
92846
|
}
|
|
92847
92847
|
},
|
|
@@ -92866,10 +92866,10 @@ function requireModule () {
|
|
|
92866
92866
|
},
|
|
92867
92867
|
};
|
|
92868
92868
|
|
|
92869
|
-
exports.TransferInstructionResult = {
|
|
92869
|
+
exports$1.TransferInstructionResult = {
|
|
92870
92870
|
decoder: damlTypes.lazyMemo(function () {
|
|
92871
92871
|
return jtv.object({
|
|
92872
|
-
output: exports.TransferInstructionResult_Output.decoder,
|
|
92872
|
+
output: exports$1.TransferInstructionResult_Output.decoder,
|
|
92873
92873
|
senderChangeCids: damlTypes.List(
|
|
92874
92874
|
damlTypes.ContractId(Splice_Api_Token_HoldingV1.Holding)
|
|
92875
92875
|
).decoder,
|
|
@@ -92878,7 +92878,7 @@ function requireModule () {
|
|
|
92878
92878
|
}),
|
|
92879
92879
|
encode: function (__typed__) {
|
|
92880
92880
|
return {
|
|
92881
|
-
output: exports.TransferInstructionResult_Output.encode(
|
|
92881
|
+
output: exports$1.TransferInstructionResult_Output.encode(
|
|
92882
92882
|
__typed__.output
|
|
92883
92883
|
),
|
|
92884
92884
|
senderChangeCids: damlTypes
|
|
@@ -92889,7 +92889,7 @@ function requireModule () {
|
|
|
92889
92889
|
},
|
|
92890
92890
|
};
|
|
92891
92891
|
|
|
92892
|
-
exports.Transfer = {
|
|
92892
|
+
exports$1.Transfer = {
|
|
92893
92893
|
decoder: damlTypes.lazyMemo(function () {
|
|
92894
92894
|
return jtv.object({
|
|
92895
92895
|
sender: damlTypes.Party.decoder,
|
|
@@ -92930,13 +92930,13 @@ var hasRequiredTransferInstructionV1;
|
|
|
92930
92930
|
function requireTransferInstructionV1 () {
|
|
92931
92931
|
if (hasRequiredTransferInstructionV1) return TransferInstructionV1$1;
|
|
92932
92932
|
hasRequiredTransferInstructionV1 = 1;
|
|
92933
|
-
(function (exports) {
|
|
92933
|
+
(function (exports$1) {
|
|
92934
92934
|
/* eslint-disable-next-line no-unused-vars */
|
|
92935
92935
|
function __export(m) {
|
|
92936
92936
|
/* eslint-disable-next-line no-prototype-builtins */
|
|
92937
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
92937
|
+
for (var p in m) if (!exports$1.hasOwnProperty(p)) exports$1[p] = m[p];
|
|
92938
92938
|
}
|
|
92939
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92939
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92940
92940
|
__export(requireModule());
|
|
92941
92941
|
} (TransferInstructionV1$1));
|
|
92942
92942
|
return TransferInstructionV1$1;
|
|
@@ -92947,20 +92947,20 @@ var hasRequiredToken;
|
|
|
92947
92947
|
function requireToken () {
|
|
92948
92948
|
if (hasRequiredToken) return Token;
|
|
92949
92949
|
hasRequiredToken = 1;
|
|
92950
|
-
(function (exports) {
|
|
92951
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92950
|
+
(function (exports$1) {
|
|
92951
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92952
92952
|
var AllocationInstructionV1 = requireAllocationInstructionV1();
|
|
92953
|
-
exports.AllocationInstructionV1 = AllocationInstructionV1;
|
|
92953
|
+
exports$1.AllocationInstructionV1 = AllocationInstructionV1;
|
|
92954
92954
|
var AllocationRequestV1 = requireAllocationRequestV1();
|
|
92955
|
-
exports.AllocationRequestV1 = AllocationRequestV1;
|
|
92955
|
+
exports$1.AllocationRequestV1 = AllocationRequestV1;
|
|
92956
92956
|
var AllocationV1 = requireAllocationV1();
|
|
92957
|
-
exports.AllocationV1 = AllocationV1;
|
|
92957
|
+
exports$1.AllocationV1 = AllocationV1;
|
|
92958
92958
|
var HoldingV1 = requireHoldingV1();
|
|
92959
|
-
exports.HoldingV1 = HoldingV1;
|
|
92959
|
+
exports$1.HoldingV1 = HoldingV1;
|
|
92960
92960
|
var MetadataV1 = requireMetadataV1();
|
|
92961
|
-
exports.MetadataV1 = MetadataV1;
|
|
92961
|
+
exports$1.MetadataV1 = MetadataV1;
|
|
92962
92962
|
var TransferInstructionV1 = requireTransferInstructionV1();
|
|
92963
|
-
exports.TransferInstructionV1 = TransferInstructionV1;
|
|
92963
|
+
exports$1.TransferInstructionV1 = TransferInstructionV1;
|
|
92964
92964
|
} (Token));
|
|
92965
92965
|
return Token;
|
|
92966
92966
|
}
|
|
@@ -92970,10 +92970,10 @@ var hasRequiredApi;
|
|
|
92970
92970
|
function requireApi () {
|
|
92971
92971
|
if (hasRequiredApi) return Api;
|
|
92972
92972
|
hasRequiredApi = 1;
|
|
92973
|
-
(function (exports) {
|
|
92974
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92973
|
+
(function (exports$1) {
|
|
92974
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92975
92975
|
var Token = requireToken();
|
|
92976
|
-
exports.Token = Token;
|
|
92976
|
+
exports$1.Token = Token;
|
|
92977
92977
|
} (Api));
|
|
92978
92978
|
return Api;
|
|
92979
92979
|
}
|
|
@@ -92983,10 +92983,10 @@ var hasRequiredSplice;
|
|
|
92983
92983
|
function requireSplice () {
|
|
92984
92984
|
if (hasRequiredSplice) return Splice;
|
|
92985
92985
|
hasRequiredSplice = 1;
|
|
92986
|
-
(function (exports) {
|
|
92987
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92986
|
+
(function (exports$1) {
|
|
92987
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
92988
92988
|
var Api = requireApi();
|
|
92989
|
-
exports.Api = Api;
|
|
92989
|
+
exports$1.Api = Api;
|
|
92990
92990
|
} (Splice));
|
|
92991
92991
|
return Splice;
|
|
92992
92992
|
}
|
|
@@ -92996,11 +92996,11 @@ var hasRequiredLib;
|
|
|
92996
92996
|
function requireLib () {
|
|
92997
92997
|
if (hasRequiredLib) return lib$4;
|
|
92998
92998
|
hasRequiredLib = 1;
|
|
92999
|
-
(function (exports) {
|
|
93000
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
92999
|
+
(function (exports$1) {
|
|
93000
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
93001
93001
|
var Splice = requireSplice();
|
|
93002
|
-
exports.Splice = Splice;
|
|
93003
|
-
exports.packageId =
|
|
93002
|
+
exports$1.Splice = Splice;
|
|
93003
|
+
exports$1.packageId =
|
|
93004
93004
|
'a132be8b23c8515da6c828dd97519a73d9c8b1aa6f9cddd3c7acc206e4b41f8c';
|
|
93005
93005
|
} (lib$4));
|
|
93006
93006
|
return lib$4;
|