case class Transaction(source: Account, operations: List[Operation] = Nil, memo: Memo = NoMemo, timeBounds: TimeBounds, maxFee: NativeAmount, overrideMemoRequirement: Boolean = false)(implicit network: Network) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Transaction
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Transaction(source: Account, operations: List[Operation] = Nil, memo: Memo = NoMemo, timeBounds: TimeBounds, maxFee: NativeAmount, overrideMemoRequirement: Boolean = false)(implicit network: Network)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(op: Operation): Transaction
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def encodeXdrString: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hash: ByteString
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxFee: NativeAmount
- val memo: Memo
- def minFee: NativeAmount
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val network: Network
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val operations: List[Operation]
- val overrideMemoRequirement: Boolean
- def payeeAccounts: List[AccountId]
If the transaction has no memo, these are the payment destination accounts that must be OK with not receiving a memo.
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sign(preImage: Seq[Byte]): SignedTransaction
- def sign(key: KeyPair, otherKeys: KeyPair*): SignedTransaction
- def signatureBase: ByteString
- def signingRequest: TransactionSigningRequest
The
web+stellar:
URL for this transaction. - val source: Account
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeBounds: TimeBounds
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xdr: org.stellar.xdr.Transaction
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated