| Crates.io | cw-vault-token |
| lib.rs | cw-vault-token |
| version | 0.2.0-rc.1 |
| created_at | 2023-02-13 18:50:04.364162+00 |
| updated_at | 2023-08-23 11:40:41.355517+00 |
| description | An abstraction for different ways of implementing a vault token. |
| homepage | https://apollo.farm/ |
| repository | https://github.com/apollodao/cw-vault-token/ |
| max_upload_size | |
| id | 784182 |
| size | 83,268 |
An abstraction for different ways of implementing a vault token. This crate defines a set of traits that define the behavior of a vault token. Two implementations are provided, one for an Osmosis native denom minted through the TokenFactory module and one for Cw4626 tokenized vaults. See the cosmwasm-vault-standard crate for more information about tokenized vaults.