1
2
3
4
5
//! Defines and implements [Frequency](https://github.com/frequency-chain/frequency) specific data types
pub mod reader_writer;

/// A utility to read/write data from and to Frequency chain specific implementation of DSNP
pub struct Frequency;