JBOwner
Owner information for a given instance of JBOwnableOverrides
.
Notes:
-
member: owner If
projectId
is 0, this address has owner access. -
member: projectId The owner of the
JBProjects
ERC-721 with this ID has owner access. If this is 0, theowner
address has owner access. -
member: permissionId The permission ID which corresponds to owner access. See
JBPermissions
innana-core
andnana-permission-ids
.
struct JBOwner {
address owner;
uint88 projectId;
uint8 permissionId;
}