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
- Nick Nekilov (@NickNekilov)
- TrueCarry (@TrueCarry)