@indexing/jiti 0.1.17 → 0.1.18

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/types.d.ts CHANGED
@@ -2053,6 +2053,7 @@ export type VMType = 'APTOS' | 'CARDANO' | 'COSMOS' | 'EVM' | 'FILECOIN' | 'HYPE
2053
2053
  export type NetworkType = 'APTOS' | 'APTOS_TESTNET' | 'ASTAR' | 'BITCOIN' | 'BITCOIN_TESTNET' | 'BITTENSOR' | 'CARDANO' | 'DOGECOIN' | 'ECLIPSE' | 'ENJIN' | 'FILECOIN' | 'HYPERCORE' | 'KUSAMA' | 'LITECOIN' | 'MOVEMENT_BARDOCK' | 'POLKADOT' | 'RIPPLE' | 'SOLANA' | 'SOLANA_DEVNET' | 'STARKNET' | 'STELLAR' | 'SUI' | 'TON' | 'ZCASH';
2054
2054
  export type NetworkTransfer = {
2055
2055
  amount: number | bigint;
2056
+ decimals?: number;
2056
2057
  blockNumber: number;
2057
2058
  from: string;
2058
2059
  index?: string;