wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.anchor
/
ProcessingAnchorTransaction
Processing
Anchor
Transaction
interface
ProcessingAnchorTransaction
:
AnchorTransaction
Content copied to clipboard
Properties
Inheritors
Properties
amountFee
Link copied to clipboard
abstract
val
amountFee
:
String
Content copied to clipboard
amountFeeAsset
Link copied to clipboard
abstract
val
amountFeeAsset
:
String
?
Content copied to clipboard
amountIn
Link copied to clipboard
abstract
val
amountIn
:
String
Content copied to clipboard
amountInAsset
Link copied to clipboard
abstract
val
amountInAsset
:
String
?
Content copied to clipboard
amountOut
Link copied to clipboard
abstract
val
amountOut
:
String
Content copied to clipboard
amountOutAsset
Link copied to clipboard
abstract
val
amountOutAsset
:
String
?
Content copied to clipboard
completedAt
Link copied to clipboard
abstract
val
completedAt
:
Instant
?
Content copied to clipboard
externalTransactionId
Link copied to clipboard
abstract
val
externalTransactionId
:
String
?
Content copied to clipboard
id
Link copied to clipboard
abstract
val
id
:
String
Content copied to clipboard
kycVerified
Link copied to clipboard
abstract
val
kycVerified
:
Boolean
?
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
refunds
Link copied to clipboard
abstract
val
refunds
:
Refunds
?
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
statusEta
Link copied to clipboard
abstract
val
statusEta
:
String
?
Content copied to clipboard
stellarTransactionId
Link copied to clipboard
abstract
val
stellarTransactionId
:
String
?
Content copied to clipboard
Inheritors
DepositTransaction
Link copied to clipboard
WithdrawalTransaction
Link copied to clipboard