near-sdk 5.26.1

Rust library for writing NEAR smart contracts.
Documentation
1
2
3
4
5
error: Contract API is not allowed to have generics.
  --> compilation_tests/generic_function.rs:14:21
   |
14 |     pub fn is_ident<T>(&self, val: T) -> T {
   |                     ^