wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
AnchorTransaction
Anchor
Transaction
@
Serializable
(
with
=
AnchorTransactionSerializer::class
)
interface
AnchorTransaction
Content copied to clipboard
Represents SEP-24 anchor transaction.
Properties
Extensions
Inheritors
Properties
id
Link copied to clipboard
abstract
val
id
:
String
Content copied to clipboard
message
Link copied to clipboard
abstract
val
message
:
String
?
Content copied to clipboard
moreInfoUrl
Link copied to clipboard
abstract
val
moreInfoUrl
:
String
Content copied to clipboard
startedAt
Link copied to clipboard
abstract
val
startedAt
:
Instant
Content copied to clipboard
status
Link copied to clipboard
abstract
val
status
:
TransactionStatus
Content copied to clipboard
Inheritors
ProcessingAnchorTransaction
Link copied to clipboard
IncompleteAnchorTransaction
Link copied to clipboard
ErrorTransaction
Link copied to clipboard
Extensions
require
Status
Link copied to clipboard
fun
AnchorTransaction
.
requireStatus
(
requiredStatus
:
TransactionStatus
)
Content copied to clipboard