@canton-network/core-token-standard 0.19.0 → 0.20.0
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 +17 -3027
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +273 -87922
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +17 -17
- package/dist/index.js +273 -87912
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1040,12 +1040,12 @@ declare interface AnyContractInterface {
|
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
declare type AnyContract =
|
|
1043
|
-
damlTypes.Interface<'
|
|
1043
|
+
damlTypes.Interface<'#token-standard-models:Splice.Api.Token.MetadataV1:AnyContract'> &
|
|
1044
1044
|
AnyContractView
|
|
1045
1045
|
declare const AnyContract: damlTypes.InterfaceCompanion<
|
|
1046
1046
|
AnyContract,
|
|
1047
1047
|
undefined,
|
|
1048
|
-
'
|
|
1048
|
+
'#token-standard-models:Splice.Api.Token.MetadataV1:AnyContract'
|
|
1049
1049
|
> &
|
|
1050
1050
|
damlTypes.FromTemplate<AnyContract, unknown> &
|
|
1051
1051
|
AnyContractInterface
|
|
@@ -1113,12 +1113,12 @@ declare interface HoldingInterface {
|
|
|
1113
1113
|
}
|
|
1114
1114
|
|
|
1115
1115
|
declare type Holding =
|
|
1116
|
-
damlTypes.Interface<'
|
|
1116
|
+
damlTypes.Interface<'#token-standard-models:Splice.Api.Token.HoldingV1:Holding'> &
|
|
1117
1117
|
HoldingView
|
|
1118
1118
|
declare const Holding: damlTypes.InterfaceCompanion<
|
|
1119
1119
|
Holding,
|
|
1120
1120
|
undefined,
|
|
1121
|
-
'
|
|
1121
|
+
'#token-standard-models:Splice.Api.Token.HoldingV1:Holding'
|
|
1122
1122
|
> &
|
|
1123
1123
|
damlTypes.FromTemplate<Holding, unknown> &
|
|
1124
1124
|
HoldingInterface
|
|
@@ -1194,12 +1194,12 @@ declare interface AllocationInterface {
|
|
|
1194
1194
|
}
|
|
1195
1195
|
|
|
1196
1196
|
declare type Allocation =
|
|
1197
|
-
damlTypes.Interface<'
|
|
1197
|
+
damlTypes.Interface<'#token-standard-models:Splice.Api.Token.AllocationV1:Allocation'> &
|
|
1198
1198
|
AllocationView
|
|
1199
1199
|
declare const Allocation: damlTypes.InterfaceCompanion<
|
|
1200
1200
|
Allocation,
|
|
1201
1201
|
undefined,
|
|
1202
|
-
'
|
|
1202
|
+
'#token-standard-models:Splice.Api.Token.AllocationV1:Allocation'
|
|
1203
1203
|
> &
|
|
1204
1204
|
damlTypes.FromTemplate<Allocation, unknown> &
|
|
1205
1205
|
AllocationInterface
|
|
@@ -1326,12 +1326,12 @@ declare interface AllocationFactoryInterface {
|
|
|
1326
1326
|
}
|
|
1327
1327
|
|
|
1328
1328
|
declare type AllocationFactory =
|
|
1329
|
-
damlTypes.Interface<'
|
|
1329
|
+
damlTypes.Interface<'#token-standard-models:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> &
|
|
1330
1330
|
AllocationFactoryView
|
|
1331
1331
|
declare const AllocationFactory: damlTypes.InterfaceCompanion<
|
|
1332
1332
|
AllocationFactory,
|
|
1333
1333
|
undefined,
|
|
1334
|
-
'
|
|
1334
|
+
'#token-standard-models:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'
|
|
1335
1335
|
> &
|
|
1336
1336
|
damlTypes.FromTemplate<AllocationFactory, unknown> &
|
|
1337
1337
|
AllocationFactoryInterface
|
|
@@ -1366,12 +1366,12 @@ declare interface AllocationInstructionInterface {
|
|
|
1366
1366
|
}
|
|
1367
1367
|
|
|
1368
1368
|
declare type AllocationInstruction =
|
|
1369
|
-
damlTypes.Interface<'
|
|
1369
|
+
damlTypes.Interface<'#token-standard-models:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> &
|
|
1370
1370
|
AllocationInstructionView
|
|
1371
1371
|
declare const AllocationInstruction: damlTypes.InterfaceCompanion<
|
|
1372
1372
|
AllocationInstruction,
|
|
1373
1373
|
undefined,
|
|
1374
|
-
'
|
|
1374
|
+
'#token-standard-models:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'
|
|
1375
1375
|
> &
|
|
1376
1376
|
damlTypes.FromTemplate<AllocationInstruction, unknown> &
|
|
1377
1377
|
AllocationInstructionInterface
|
|
@@ -1515,12 +1515,12 @@ declare interface AllocationRequestInterface {
|
|
|
1515
1515
|
}
|
|
1516
1516
|
|
|
1517
1517
|
declare type AllocationRequest =
|
|
1518
|
-
damlTypes.Interface<'
|
|
1518
|
+
damlTypes.Interface<'#token-standard-models:Splice.Api.Token.AllocationRequestV1:AllocationRequest'> &
|
|
1519
1519
|
AllocationRequestView
|
|
1520
1520
|
declare const AllocationRequest: damlTypes.InterfaceCompanion<
|
|
1521
1521
|
AllocationRequest,
|
|
1522
1522
|
undefined,
|
|
1523
|
-
'
|
|
1523
|
+
'#token-standard-models:Splice.Api.Token.AllocationRequestV1:AllocationRequest'
|
|
1524
1524
|
> &
|
|
1525
1525
|
damlTypes.FromTemplate<AllocationRequest, unknown> &
|
|
1526
1526
|
AllocationRequestInterface
|
|
@@ -1633,12 +1633,12 @@ declare interface TransferFactoryInterface {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
1635
|
declare type TransferFactory =
|
|
1636
|
-
damlTypes.Interface<'
|
|
1636
|
+
damlTypes.Interface<'#token-standard-models:Splice.Api.Token.TransferInstructionV1:TransferFactory'> &
|
|
1637
1637
|
TransferFactoryView
|
|
1638
1638
|
declare const TransferFactory: damlTypes.InterfaceCompanion<
|
|
1639
1639
|
TransferFactory,
|
|
1640
1640
|
undefined,
|
|
1641
|
-
'
|
|
1641
|
+
'#token-standard-models:Splice.Api.Token.TransferInstructionV1:TransferFactory'
|
|
1642
1642
|
> &
|
|
1643
1643
|
damlTypes.FromTemplate<TransferFactory, unknown> &
|
|
1644
1644
|
TransferFactoryInterface
|
|
@@ -1691,12 +1691,12 @@ declare interface TransferInstructionInterface {
|
|
|
1691
1691
|
}
|
|
1692
1692
|
|
|
1693
1693
|
declare type TransferInstruction =
|
|
1694
|
-
damlTypes.Interface<'
|
|
1694
|
+
damlTypes.Interface<'#token-standard-models:Splice.Api.Token.TransferInstructionV1:TransferInstruction'> &
|
|
1695
1695
|
TransferInstructionView
|
|
1696
1696
|
declare const TransferInstruction: damlTypes.InterfaceCompanion<
|
|
1697
1697
|
TransferInstruction,
|
|
1698
1698
|
undefined,
|
|
1699
|
-
'
|
|
1699
|
+
'#token-standard-models:Splice.Api.Token.TransferInstructionV1:TransferInstruction'
|
|
1700
1700
|
> &
|
|
1701
1701
|
damlTypes.FromTemplate<TransferInstruction, unknown> &
|
|
1702
1702
|
TransferInstructionInterface
|
|
@@ -1870,7 +1870,7 @@ declare namespace index_d {
|
|
|
1870
1870
|
}
|
|
1871
1871
|
|
|
1872
1872
|
declare const packageId =
|
|
1873
|
-
'
|
|
1873
|
+
'3c373f302ebb5531459ceca3b6f0409365d119767ffe2026a04e6bd750dae10d'
|
|
1874
1874
|
|
|
1875
1875
|
declare const TransferInstructionV1: typeof index_d$3;
|
|
1876
1876
|
declare const AllocationInstructionV1: typeof index_d$8;
|