Socket
Socket
Sign inDemoInstall

@aptos-labs/aptos-fee-payer-library

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptos-labs/aptos-fee-payer-library

Library to help run a fee payer server


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Aptos Account Value

![NPM Package Downloads][npm-image-downloads]

This library is experimental.

This library provides a way to calculate the total value of an Aptos account.

Installation

pnpm install @banool/aptos-account-value

Install TS SDK v2:

pnpm install @aptos-labs/ts-sdk@0.0.7

Usage

Create a client:

import { Aptos, AptosConfig, Network } from "@aptos-labs/ts-sdk";

const config = new AptosConfig({ network: Network.MAINNET });
const client = new Aptos(config);

Use the library:

import { getAccountValueMany, OutputCurrency } from "@banool/aptos-account-value";

await getAccountValueMany({
  client: client,
  accountAddresses: ["0x1", "0x2"],
  outputCurrency: OutputCurrency.USD,
});

FAQs

Package last updated on 09 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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