pub fn reader_can_read_data_point<A: AccessControlRegistry, W: Whitelist<Address = A::Address>>(
data_point_id: &Bytes32,
reader: &A::Address,
access: &A,
whitelist: &W,
) -> boolExpand description
Returns if a reader can read the data point
ยงArguments
data_point_idData point IDreaderThe reader that is trying to read the datapointaccessThe access control registry usedwhitelistThe whitelist implementation used