| Crates.io | pendzl_contracts |
| lib.rs | pendzl_contracts |
| version | 1.0.2 |
| created_at | 2024-01-21 13:45:23.843946+00 |
| updated_at | 2024-11-05 12:16:58.94863+00 |
| description | Reusable implementations of contracts and traits for interaction with them. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1107629 |
| size | 150,368 |
traits contains definitions of traits(interfaces) for the popular contracts.
Anyone can import the trait and use it to do cross-contract calls without
knowing the implementation of the contract.
This folder contains the implementation of popular contracts.
Anyone can re-use the implementation after importing the pendzl crate, enabling
the desired feature(s) of the contract, and implementing all required traits.