OnAnchoredHandler: ((data, error) => void) & ((data, error) => void)

Callback function that can be passed to the transaction builder. When passed, transaction builder will invoke it with OnAnchoredHandlerData once the transaction has been anchored on the anchoring chain.

Type declaration

Type declaration

    • (data, error): void
    • Parameters

      • data: null
      • error: Error

      Returns void