pub trait Storing<Hash> {
    fn claim_data(r: Hash, d: Hash) -> DispatchResultWithPostInfo;
fn start_tx(u: Hash) -> DispatchResultWithPostInfo;
fn end_tx(u: Hash) -> DispatchResultWithPostInfo; }

Required methods

Implementors