wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
ErrorTransaction
Error
Transaction
@
Serializable
data
class
ErrorTransaction
(
id
:
String
,
kind
:
TransactionKind
,
status
:
TransactionStatus
,
moreInfoUrl
:
String
,
startedAt
:
Instant
,
message
:
String
?
,
statusEta
:
String
?
,
kycVerified
:
Boolean
?
,
amountInAsset
:
String
?
,
amountIn
:
String
?
,
amountOutAsset
:
String
?
,
amountOut
:
String
?
,
amountFeeAsset
:
String
?
,
amountFee
:
String
?
,
completedAt
:
String
?
,
stellarTransactionId
:
String
?
,
externalTransactionId
:
String
?
,
refunds
:
Refunds
?
,
from
:
PublicKeyPair
?
,
to
:
PublicKeyPair
?
,
depositMemo
:
String
?
,
depositMemoType
:
MemoType
?
,
claimableBalanceId
:
String
?
,
withdrawalMemo
:
String
?
,
withdrawalMemoType
:
MemoType
?
,
withdrawAnchorAccount
:
String
?
)
:
AnchorTransaction
Content copied to clipboard
Properties
Properties
amountFee
Link copied to clipboard
val
amountFee
:
String
?
=
null
Content copied to clipboard
amountFeeAsset
Link copied to clipboard
val
amountFeeAsset
:
String
?
=
null
Content copied to clipboard
amountIn
Link copied to clipboard
val
amountIn
:
String
?
=
null
Content copied to clipboard
amountInAsset
Link copied to clipboard
val
amountInAsset
:
String
?
=
null
Content copied to clipboard
amountOut
Link copied to clipboard
val
amountOut
:
String
?
=
null
Content copied to clipboard
amountOutAsset
Link copied to clipboard
val
amountOutAsset
:
String
?
=
null
Content copied to clipboard
claimableBalanceId
Link copied to clipboard
val
claimableBalanceId
:
String
?
=
null
Content copied to clipboard
completedAt
Link copied to clipboard
val
completedAt
:
String
?
=
null
Content copied to clipboard
depositMemo
Link copied to clipboard
val
depositMemo
:
String
?
=
null
Content copied to clipboard
depositMemoType
Link copied to clipboard
val
depositMemoType
:
MemoType
?
=
null
Content copied to clipboard
externalTransactionId
Link copied to clipboard
val
externalTransactionId
:
String
?
=
null
Content copied to clipboard
from
Link copied to clipboard
val
from
:
PublicKeyPair
?
=
null
Content copied to clipboard
id
Link copied to clipboard
open
override
val
id
:
String
Content copied to clipboard
kind
Link copied to clipboard
val
kind
:
TransactionKind
Content copied to clipboard
kycVerified
Link copied to clipboard
val
kycVerified
:
Boolean
?
=
null
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
refunds
Link copied to clipboard
val
refunds
:
Refunds
?
=
null
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
statusEta
Link copied to clipboard
val
statusEta
:
String
?
=
null
Content copied to clipboard
stellarTransactionId
Link copied to clipboard
val
stellarTransactionId
:
String
?
=
null
Content copied to clipboard
to
Link copied to clipboard
val
to
:
PublicKeyPair
?
=
null
Content copied to clipboard
withdrawalMemo
Link copied to clipboard
val
withdrawalMemo
:
String
?
=
null
Content copied to clipboard
withdrawalMemoType
Link copied to clipboard
val
withdrawalMemoType
:
MemoType
?
=
null
Content copied to clipboard
withdrawAnchorAccount
Link copied to clipboard
val
withdrawAnchorAccount
:
String
?
=
null
Content copied to clipboard