PreHash

data class PreHash(val content: String, val hashAlgorithm: String)

Created by Fireblocks Ltd. on 11/11/2024.

Parameters

content

The pre-hashed content in hexadecimal representation.

hashAlgorithm

The hashing algorithm to apply to the provided content. Possible values:

  • SHA256

  • KECCAK256

  • BLAKE2

  • SHA3

  • DOUBLE_SHA256

Constructors

Link copied to clipboard
constructor(content: String, hashAlgorithm: String)

Properties

Link copied to clipboard
Link copied to clipboard