CrestFi Bulk Client
Last updated
Last updated
The CrestFiBulkClient
is a TypeScript class designed to interact with Ethereum smart contracts for bulk transfers in the CrestFi protocol.
The CrestFiBulkClient
class is designed to interact with two key contracts in the CrestFi protocol: BulkTransfer
and Core
. These contracts are used to manage bulk transfers of tokens. The class provides methods to perform actions such as initializing bulk transfers, updating bulk transfers, and withdrawing funds from bulk transfers.
The can also serve as a reference for how to use the CrestFiBulkClient
class in practice.