Companion

object Companion

Properties

Link copied to clipboard
const val MAX_OPERATIONS: Int = 100

Maximum number of operations allowed in a single transaction.

Functions

Link copied to clipboard
fun fromEnvelopeXdr(envelopeBytes: ByteArray, network: Network): Transaction

Creates a Transaction from transaction envelope XDR bytes.

fun fromEnvelopeXdr(envelope: String, network: Network): Transaction

Creates a Transaction from a base64-encoded transaction envelope XDR.