BackedBy Documentation
  • OVERVIEW
    • What Is BackedBy
  • DEVELOPERS
    • Smart Contracts
      • Core
        • BBProfiles
        • BBPosts
        • BBTiers
        • BBPermissionsV01
      • Subscriptions
        • BBSubscriptions
        • BBSubscriptionsFactory
      • Gas Oracle
      • BBERC20 Wrapper
    • Integration Guide
      • JSON Schemas
    • Example Contracts
      • Access Control
      • Single Tx Profile Setup
  • RESOURCES
    • Github
    • Contact Us
Powered by GitBook
On this page
  • Functions
  • canViewSubscription
  1. DEVELOPERS
  2. Smart Contracts
  3. Core

BBPermissionsV01

PreviousBBTiersNextSubscriptions

Last updated 2 years ago

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

v1-contracts/BBErrorsV01.sol at main · backedby/v1-contractsGitHub
Logo