Function buildReplyPermlink

  • Build a reply permlink from a supplied permlink or parent permlink plus optional deterministic suffix.

    Parameters

    • options: {
          parentPermlink: string;
          permlink?: string;
          suffix?: string;
      }
      • parentPermlink: string
      • Optionalpermlink?: string
      • Optionalsuffix?: string

    Returns string