Trait totem_primitives::bonsai::Storing
source · [−]pub trait Storing<Hash> {
fn claim_data(r: Hash, d: Hash) -> DispatchResultWithPostInfo;
fn start_tx(u: Hash) -> DispatchResultWithPostInfo;
fn end_tx(u: Hash) -> DispatchResultWithPostInfo;
}