• The function getSystemAnchoringIccfProofOp should be utilized to retrieve a system anchoring proof operation for a given transaction. The txToProve must be a cluster anchored transaction

    Parameters

    • client: IClient

      the client to use to get the system anchoring proof

    • txToProve: GTX

      the transaction to prove

    Returns ((targetChainRid) => Promise<Operation>)

    a function that returns a promise of an operation

      • (targetChainRid): Promise<Operation>
      • Parameters

        • targetChainRid: Buffer

        Returns Promise<Operation>