[][src]Type Definition holochain_net::p2p_network::DhtHoldCallback

type DhtHoldCallback = Box<FnMut(&str) -> Result<bool, Error>>;

when the network is requesting we store data this callback will be invoked, expecting the data to be validated