TransactionSetV1Xdr

data class TransactionSetV1Xdr(val previousLedgerHash: HashXdr, val phases: List<TransactionPhaseXdr>)

XDR Source: struct TransactionSetV1 { Hash previousLedgerHash; TransactionPhase phases<>; };

Constructors

Link copied to clipboard
constructor(previousLedgerHash: HashXdr, phases: List<TransactionPhaseXdr>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)