TransactionSerializer

Serializes signed transactions to SCALE codec for node submission.

Covers unshielded transactions, delegating the SCALE encoding to the Rust ledger via FFI.

Inheritors

Functions

Link copied to clipboard
abstract fun sealProvenTransaction(provenTxHex: String): String?

Seal a proven transaction by transforming the binding commitment.

Link copied to clipboard
abstract fun serialize(intent: Intent): String

Serialize a signed Intent to SCALE codec hex.