@scaleton/highload-wallet
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Highload Wallet V2

Wrapper for Highload Wallet V2 contract.

How to use

import { HighloadWalletV2 } from "@scaleton/highload-wallet";

const highloadWallet = new HighloadWalletV2(keyPair.publicKey);
const sender = highloadWallet.batchSender(keyPair.privateKey, 100); // Accumulates messagens and sends chunks (100 messages per each).

await myContract.sendSomething(sender, { /* ... */ });

/* ... */

await sender.submit();

Authors

License

License

Readme

Keywords

none

Package Sidebar

Install

npm i @scaleton/highload-wallet

Weekly Downloads

40

Version

0.1.1

License

MIT

Unpacked Size

18.2 kB

Total Files

12

Last publish

Collaborators

  • nick.nekilov