pendzl 1.0.2

pendzl library for smart contract development on ink!.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) 2012-2022 Supercolony. All Rights Reserved.
// Copyright (c) 2023 Brushfam. All Rights Reserved.
// Copyright (c) 2024 C Forge. All Rights Reserved.
// SPDX-License-Identifier: MIT

#![cfg_attr(not(feature = "std"), no_std, no_main)]
#![doc = include_str!("../README.md")]
pub use pendzl_contracts as contracts;
pub use pendzl_lang::*;