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::{bytes_data, HashClear, util};
use crate::structs::UdpMessage;

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