PreImageHashResult

data class PreImageHashResult(val preSigningOutput: ByteArray, val signingInputData: ByteArray)

Result of building a preImageHash, containing both the PreSigningOutput and the original SigningInput bytes needed for compilation.

Constructors

Link copied to clipboard
constructor(preSigningOutput: ByteArray, signingInputData: ByteArray)

Properties

Link copied to clipboard

Serialized PreSigningOutput protobuf (contains data_hash for signing)

Link copied to clipboard

Original SigningInput protobuf bytes (needed for compileWithSignatures)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int