Function getProfileBlockInfo

  • Parameters

    Returns Promise<IBlockInfo | undefined>

    Description

    Get Block Info for given profile id if exists

    Async

    Since

    0.1.0

    Example

    getProfileBlockInfo({profileId: "aa7e03fc-01f0-4a98-a2e0-3fed689632d7"}).then(blockInfo => console.log(blockInfo))
    

Generated using TypeDoc