JBOwner
Owner information for a given instance of JBOwnableOverrides.
Notes:
-
member: owner If
projectIdis 0, this address has owner access. -
member: projectId The owner of the
JBProjectsERC-721 with this ID has owner access. If this is 0, theowneraddress has owner access. -
member: permissionId The permission ID which corresponds to owner access. See
JBPermissionsinnana-coreandnana-permission-ids.
struct JBOwner {
address owner;
uint88 projectId;
uint8 permissionId;
}