Add types aliases #104
Labels
enhancement
New feature or request
provwasm
provwasm (cosmwasm for Provenance)
smart contract
Smart Contract implementations
Summary
It would be very helpful to have typed aliases in our provwasm-std. I noticed a lot of projects define these to make it easier to read and write contracts.
Problem Definition
It can be difficult for new contract developers to know what the correct types are in a provwasm contract. It can also confuse people who are newer to Rust.
Proposal
Create the following four type aliases in provwasm-std so that every project can make use of them:
For Admin Use
The text was updated successfully, but these errors were encountered: