@notifi-network/fusion-types
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -5,3 +5,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
import Storage from '../../storage/index.js'; | ||
import { AccountInfo, DataSlice, GetProgramAccountsResponse, TokenAmount, TransactionResponse } from '@solana/web3.js'; | ||
import { AccountInfo, BlockResponse, DataSlice, GetProgramAccountsResponse, TokenAmount, TransactionResponse } from '@solana/web3.js'; | ||
import { ProgramAccountsFilter } from '@notifi-network-internal/fusion-protobuf/dist/proto/notifi/common/v1/types.js'; | ||
@@ -11,3 +11,4 @@ export declare namespace Solana { | ||
blockchain: CommonProto.BlockchainType; | ||
solanaBlock: TransactionResponse[]; | ||
transactions: TransactionResponse[]; | ||
block: BlockResponse; | ||
slotId: string; | ||
@@ -14,0 +15,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "author": "jamie-notifi <jamie.michel@notifi.network>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44286159
150273