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,
) -> bool
Expand description
Returns if a reader can read the data point
ยงArguments
data_point_id
Data point IDreader
The reader that is trying to read the datapointaccess
The access control registry usedwhitelist
The whitelist implementation used