0.1.1 • Published 1 year ago

@scaleton/highload-wallet v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.1

1 year ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago