| Crates.io | nifty-asset-interface |
| lib.rs | nifty-asset-interface |
| version | 0.6.0 |
| created_at | 2024-04-06 09:43:32.405049+00 |
| updated_at | 2024-05-21 22:15:05.042276+00 |
| description | Interface for Nifty Asset program |
| homepage | |
| repository | https://github.com/nifty-oss/asset |
| max_upload_size | |
| id | 1198194 |
| size | 266,077 |
Interface for Nifty Asset program.
The interface defined in this crate should be used to implement proxy programs extending Nifty Asset behaviour. It follows the Proxy Pattern to provide a program interface for developers to build on top and fully customise Nifty Asset.
From your project folder:
cargo add nifty-asset-interface
The Nifty Asset repository contains an example proxy program showing how to use this crate to add custom behaviour to transfer and update instructions.