redgold-schema 0.1.12

A relative proof conflict resolution & irreversibility service with trust modeling custodial pooling and executor contracts
Documentation
1
2
3
4
5
6
use crate::HashClear;
use crate::structs::StateSelector;

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