stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.horizon.responses.operations
/
InvokeHostFunctionOperationResponse
/
AssetContractBalanceChange
Asset
Contract
Balance
Change
@
Serializable
data
class
AssetContractBalanceChange
(
val
assetType
:
String
,
val
assetCode
:
String
?
=
null
,
val
assetIssuer
:
String
?
=
null
,
val
type
:
String
,
val
from
:
String
,
val
to
:
String
,
val
amount
:
String
,
val
destinationMuxedId
:
String
?
=
null
)
Members
Constructors
Asset
Contract
Balance
Change
Link copied to clipboard
constructor
(
assetType
:
String
,
assetCode
:
String
?
=
null
,
assetIssuer
:
String
?
=
null
,
type
:
String
,
from
:
String
,
to
:
String
,
amount
:
String
,
destinationMuxedId
:
String
?
=
null
)
Properties
amount
Link copied to clipboard
@
SerialName
(
value
=
"amount"
)
val
amount
:
String
asset
Code
Link copied to clipboard
@
SerialName
(
value
=
"asset_code"
)
val
assetCode
:
String
?
asset
Issuer
Link copied to clipboard
@
SerialName
(
value
=
"asset_issuer"
)
val
assetIssuer
:
String
?
asset
Type
Link copied to clipboard
@
SerialName
(
value
=
"asset_type"
)
val
assetType
:
String
destination
Muxed
Id
Link copied to clipboard
@
SerialName
(
value
=
"destination_muxed_id"
)
val
destinationMuxedId
:
String
?
from
Link copied to clipboard
@
SerialName
(
value
=
"from"
)
val
from
:
String
to
Link copied to clipboard
@
SerialName
(
value
=
"to"
)
val
to
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String