pub trait UpdateBlockAvailability {
    // Required method
    fn update_block_availability(self: Arc<Self>, nodeid: NodeId, hash: &u256);
}

Required Methods§

source

fn update_block_availability(self: Arc<Self>, nodeid: NodeId, hash: &u256)

Implementors§