Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@avalabs/vm-module-types

Package Overview
Dependencies
Maintainers
0
Versions
500
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalabs/vm-module-types - npm Package Compare versions

Comparing version 0.0.0-cp-8362-20240702151046 to 0.0.0-cp-8362-20240702170824

2

CHANGELOG.md
# @avalabs/vm-module-types
## 0.0.0-cp-8362-20240702151046
## 0.0.0-cp-8362-20240702170824

@@ -5,0 +5,0 @@ ### Patch Changes

{
"name": "@avalabs/vm-module-types",
"version": "0.0.0-cp-8362-20240702151046",
"version": "0.0.0-cp-8362-20240702170824",
"main": "src/index.ts",

@@ -13,3 +13,3 @@ "dependencies": {

"@avalabs/utils-sdk": "2.8.0-canary.b4769c9.0",
"eslint-config-custom": "0.0.0-cp-8362-20240702151046"
"eslint-config-custom": "0.0.0-cp-8362-20240702170824"
},

@@ -16,0 +16,0 @@ "scripts": {

@@ -43,2 +43,3 @@ import type { NetworkContractToken, NetworkToken, TokenType } from './token';

export type NetworkTokenWithBalance = TokenBalanceDataWithDecimals &
NetworkToken &
TokenMarketData & {

@@ -74,1 +75,3 @@ coingeckoId: string;

};
export type GetBalancesResponse = Record<string, Record<string, TokenWithBalance>>;

@@ -1,2 +0,2 @@

import type { GetBalancesParams, TokenWithBalance } from './balance';
import type { GetBalancesParams, GetBalancesResponse } from './balance';
import type { Manifest } from './manifest';

@@ -10,3 +10,3 @@ import type { GetNetworkFeeParams, NetworkFees } from './network-fee';

getManifest: () => Manifest | undefined;
getBalances: (params: GetBalancesParams) => Promise<Record<string, Record<string, TokenWithBalance>>>;
getBalances: (params: GetBalancesParams) => Promise<GetBalancesResponse>;
getTransactionHistory: (params: GetTransactionHistory) => Promise<TransactionHistoryResponse>;

@@ -13,0 +13,0 @@ getNetworkFee: (params: GetNetworkFeeParams) => Promise<NetworkFees>;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc