wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
IncompleteWithdrawalTransaction
Incomplete
Withdrawal
Transaction
@
Serializable
data
class
IncompleteWithdrawalTransaction
(
id
:
String
,
status
:
TransactionStatus
,
moreInfoUrl
:
String
,
startedAt
:
Instant
,
message
:
String
?
,
from
:
PublicKeyPair
?
)
:
IncompleteAnchorTransaction
Content copied to clipboard
Properties
Properties
from
Link copied to clipboard
@
Serializable
(
with
=
NullableAccountAsStringSerializer::class
)
val
from
:
PublicKeyPair
?
Content copied to clipboard
id
Link copied to clipboard
open
override
val
id
:
String
Content copied to clipboard
message
Link copied to clipboard
open
override
val
message
:
String
?
=
null
Content copied to clipboard
moreInfoUrl
Link copied to clipboard
open
override
val
moreInfoUrl
:
String
Content copied to clipboard
startedAt
Link copied to clipboard
open
override
val
startedAt
:
Instant
Content copied to clipboard
status
Link copied to clipboard
open
override
val
status
:
TransactionStatus
Content copied to clipboard