nifty-asset-interface 0.6.0

Interface for Nifty Asset program
Documentation

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.

Getting started

From your project folder:

cargo add nifty-asset-interface

Example

The Nifty Asset repository contains an example proxy program showing how to use this crate to add custom behaviour to transfer and update instructions.