cronos-indexer 0.0.1

Create an on-chain list of accounts
Documentation
1
2
3
4
5
6
7
8
9
pub mod create_list;
pub mod delete_list;
pub mod pop_element;
pub mod push_element;

pub use create_list::*;
pub use delete_list::*;
pub use pop_element::*;
pub use push_element::*;