unc-contract-standards 2.3.2

Utility smart contracts standard library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Utility library for Rust contract standards

This cargo provides a set of interfaces and implementations for Utility's contract standards:

- Upgradability
- Fungible Token (UIP-141). See [example usage]../examples/fungible-token

## Changelog

### `2.0.1`

- Fixed FT macro compilation for Rust `1.78.0`