RestorePreamble

@Serializable
data class RestorePreamble(val transactionData: String, val minResourceFee: Long)

Information about required state restoration before the transaction can be submitted.

When archived ledger entries need to be restored before a transaction can succeed, this object contains the data needed to build a RestoreFootprint operation.

Constructors

Link copied to clipboard
constructor(transactionData: String, minResourceFee: Long)

Properties

Link copied to clipboard

Minimum resource fee required for the restore operation (in stroops)

Link copied to clipboard

Base64-encoded SorobanTransactionData XDR for the restore operation

Functions

Link copied to clipboard

Parses the transactionData field from a base64-encoded string to a SorobanTransactionData XDR object.