redgold-schema 0.1.48

Decentralized Portfolio Contracts & Data Lake
Documentation
1
2
3
4
5
6
use crate::structs::StateSelector;
use crate::HashClear;

impl HashClear for StateSelector {
    fn hash_clear(&mut self) {}
}