case class PaymentSigningRequest(destination: PublicKey, amount: Option[Amount] = None, memo: Memo = NoMemo, callback: Option[HttpUrl] = None, message: Option[String] = None, networkPassphrase: Option[String] = None, signature: Option[DomainSignature] = None) extends Product with Serializable
A request for a payment to be signed.
- destination
A valid account ID for the payment
- amount
optionally, a specific amount to pay
- memo
a memo to attach to the transaction
- callback
the uri to post the transaction to after signing
- message
an optional message for displaying to the user
- networkPassphrase
the passphrase of the target network, if it's not the public/main network
- signature
a domain and signature that proves the validity of this signing request
- See also
See https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0007.md#operation-pay|SEP-0007 for full specification
- Alphabetic
- By Inheritance
- PaymentSigningRequest
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PaymentSigningRequest(destination: PublicKey, amount: Option[Amount] = None, memo: Memo = NoMemo, callback: Option[HttpUrl] = None, message: Option[String] = None, networkPassphrase: Option[String] = None, signature: Option[DomainSignature] = None)
- destination
A valid account ID for the payment
- amount
optionally, a specific amount to pay
- memo
a memo to attach to the transaction
- callback
the uri to post the transaction to after signing
- message
an optional message for displaying to the user
- networkPassphrase
the passphrase of the target network, if it's not the public/main network
- signature
a domain and signature that proves the validity of this signing request
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
- val amount: Option[Amount]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val callback: Option[HttpUrl]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val destination: PublicKey
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memo: Memo
- val message: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val networkPassphrase: Option[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val signature: Option[DomainSignature]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toUrl: String
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated