TransactionV0Xdr

data class TransactionV0Xdr(val sourceAccountEd25519: Uint256Xdr, val fee: Uint32Xdr, val seqNum: SequenceNumberXdr, val timeBounds: TimeBoundsXdr?, val memo: MemoXdr, val operations: List<OperationXdr>, val ext: TransactionV0ExtXdr)

XDR Source: struct TransactionV0 { uint256 sourceAccountEd25519; uint32 fee; SequenceNumber seqNum; TimeBounds* timeBounds; Memo memo; Operation operations; union switch (int v) { case 0: void; } ext; };

Constructors

Link copied to clipboard
constructor(sourceAccountEd25519: Uint256Xdr, fee: Uint32Xdr, seqNum: SequenceNumberXdr, timeBounds: TimeBoundsXdr?, memo: MemoXdr, operations: List<OperationXdr>, ext: TransactionV0ExtXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)