@tatumio/tatum
Version:
Tatum JS SDK
25 lines (24 loc) • 904 B
TypeScript
import { Network } from '../dto';
export declare const ApiKey: {
mainnet: string;
testnet: string;
};
export declare const ApiKeyV3: {
mainnet: string;
testnet: string;
};
export declare const TestConst: {
EXISTING_SUBSCRIPTION_ETH_ADDRESS: string;
INVALID_ETH_ADDRESS: string;
};
export declare const AddressEventNetworks: Network[];
export declare const IncomingNativeTxNetworks: Network[];
export declare const OutgoingNativeTxNetworks: Network[];
export declare const OutgoingFailedNetworks: Network[];
export declare const PaidFeeNetworks: Network[];
export declare const FungibleTxNetworks: Network[];
export declare const NftNetworks: Network[];
export declare const MultitokenNetworks: Network[];
export declare const FailedTxPerBlockNetworks: Network[];
export declare const ContractAddressLogEventNetworks: Network[];
export declare const InternalTxNetworks: Network[];