ODCdataIndex

AccessManagerStorage

Storage of data used to manage access control by Access Manager

STORAGE_SLOT

bytes32 STORAGE_SLOT

Storage slot for Access Manager layout STORAGE_SLOT: 0x3055f00ca5b249fa0e0f690323e57f8c9b2e41fb8237cf08852af1914af7af00

Layout

Storage layout with access control mappings

Parameters

NameTypeDescription
struct Layout {
  mapping(DataPoint => mapping(OmnichainAddress => bool)) dmApprovals;
  mapping(DataPoint => mapping(address => bool)) dobjApprovals;
}

layout

function layout() internal pure returns (struct AccessManagerStorage.Layout l)

On this page