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