Function unblockProfile

  • Parameters

    Returns Promise<any>

    Description

    Unblock profile using Block Info id for a given blocked profile, use getProfileBlockInfo or getBlockInfoList to get corresponding profile block info id

    Async

    Since

    0.1.0

    Example

    unblockProfile({blockId: "c327a72c-94e5-4f5a-bcef-16ee84d35077"}).then(response => console.log(response))
    

Generated using TypeDoc