# LibAppStorage

Git Source

# State Variables

# NAYMS_DIAMOND_STORAGE_POSITION

bytes32 internal constant NAYMS_DIAMOND_STORAGE_POSITION = keccak256("diamond.standard.nayms.storage");

# FUNCTION_LOCK_STORAGE_POSITION

bytes32 internal constant FUNCTION_LOCK_STORAGE_POSITION = keccak256("diamond.function.lock.storage");

# Functions

# diamondStorage

function diamondStorage() internal pure returns (AppStorage storage ds);

# functionLockStorage

function functionLockStorage() internal pure returns (FunctionLockedStorage storage ds);