wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
StatusChange
Status
Change
data
class
StatusChange
(
transaction
:
AnchorTransaction
,
status
:
TransactionStatus
,
oldStatus
:
TransactionStatus
?
)
:
StatusUpdateEvent
Content copied to clipboard
Functions
Properties
Functions
is
Error
Link copied to clipboard
fun
isError
(
)
:
Boolean
Content copied to clipboard
is
Terminal
Link copied to clipboard
fun
isTerminal
(
)
:
Boolean
Content copied to clipboard
Properties
oldStatus
Link copied to clipboard
val
oldStatus
:
TransactionStatus
?
=
null
Content copied to clipboard
status
Link copied to clipboard
val
status
:
TransactionStatus
Content copied to clipboard
transaction
Link copied to clipboard
val
transaction
:
AnchorTransaction
Content copied to clipboard