BBPermissionsV01

Functions

canViewSubscription

function canViewSubscription(
    address account
) external view returns (bool)

Returns if an address has access to a subscription

Parameters

Name
Type
Description

account

address

Address to checks access

Return Values

Name
Type
Description

viewable

bool

Returns true if an address has access to a subscription

Last updated