nifty-asset-interface 0.1.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.

Getting started

From your project folder:

cargo add nifty-asset-interface

Structure

The SDK is divided into several modules:

  • errors: enums representing the program errors
  • instructions: structs to facilitate the creation of instructions on-chain
  • types: structs representing types used by the program