sealProvenTransaction

abstract fun sealProvenTransaction(provenTxHex: String): String?

Seal a proven transaction by transforming the binding commitment.

After receiving a proven transaction from the proof server, this method transforms the binding from PedersenRandomness (embedded-frv1) to PureGeneratorPedersen (pedersen-schnorrv1) before submitting to the node.

Return

Hex-encoded finalized (sealed) transaction, or null on error

Parameters

provenTxHex

Hex-encoded proven transaction from proof server