Hierarchy (view full)

Constructors

Properties

log: Log

Methods

  • Returns string

    Name of the blockchain for use in user interfaces

  • Returns BlockchainName

    Name of the blockchain used to identify it in request and validate processes

  • Parameters

    • blockTimestamp: number

      Timestamp in time units of this blockchain / this is the value stored in the certificate

    Returns Date

  • Parameters

    • blockTimestamp: number

      Timestamp in time units of this blockchain / this is the value stored in the certificate

    Returns number

    unix timestamp in milliseconds

  • Checks, if a root hash is contained in the blockchain for the specified transaction and checks the provided timestamp matches the transaction

    Parameters

    • rootHash: string
    • transactionTimestamp: number
    • transactionHash: string
    • verificationProcess: VerificationProcess

    Returns Promise<ResultData>

    ResultData containing success, only if verifying the blockchain was fully successful.