@indigo-labs/indigo-sdk 0.2.31 → 0.2.33

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.d.mts CHANGED
@@ -322,6 +322,7 @@ declare const OnChainDecimalSchema: _lucid_evolution_lucid.TObject<{
322
322
  getOnChainInt: _lucid_evolution_lucid.TUnsafe<bigint>;
323
323
  }>;
324
324
  type OnChainDecimal = Data.Static<typeof OnChainDecimalSchema>;
325
+ declare const OnChainDecimal: OnChainDecimal;
325
326
 
326
327
  declare const CdpParamsSchema: _lucid_evolution_lucid.TObject<{
327
328
  cdp_auth_token: _lucid_evolution_lucid.TObject<{
package/dist/index.d.ts CHANGED
@@ -322,6 +322,7 @@ declare const OnChainDecimalSchema: _lucid_evolution_lucid.TObject<{
322
322
  getOnChainInt: _lucid_evolution_lucid.TUnsafe<bigint>;
323
323
  }>;
324
324
  type OnChainDecimal = Data.Static<typeof OnChainDecimalSchema>;
325
+ declare const OnChainDecimal: OnChainDecimal;
325
326
 
326
327
  declare const CdpParamsSchema: _lucid_evolution_lucid.TObject<{
327
328
  cdp_auth_token: _lucid_evolution_lucid.TObject<{