@harmoniclabs/buildooor 0.1.25 → 0.1.27

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.
@@ -119,7 +119,15 @@ function getTxInfos(transaction, genesisInfos) {
119
119
  // datums
120
120
  datumsData,
121
121
  // id
122
- txIdData
122
+ txIdData,
123
+ // TODO: votes (TODO)
124
+ new plutus_data_1.DataMap([]),
125
+ // TODO: proposals (TODO)
126
+ new plutus_data_1.DataList([]),
127
+ // TODO: currentTreasury
128
+ new plutus_data_1.DataConstr(1, []),
129
+ // TODO: treasuryDonation
130
+ new plutus_data_1.DataConstr(1, []) // nothing
123
131
  ]);
124
132
  return { v1: v1, v2: v2, v3: v3 };
125
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harmoniclabs/buildooor",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "description": "Cardano transaction builder in typescript",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",