AssetContractBalanceChange

@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)

Constructors

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

Link copied to clipboard
@SerialName(value = "amount")
val amount: String
Link copied to clipboard
@SerialName(value = "asset_code")
val assetCode: String?
Link copied to clipboard
@SerialName(value = "asset_issuer")
val assetIssuer: String?
Link copied to clipboard
@SerialName(value = "asset_type")
val assetType: String
Link copied to clipboard
@SerialName(value = "destination_muxed_id")
val destinationMuxedId: String?
Link copied to clipboard
@SerialName(value = "from")
val from: String
Link copied to clipboard
@SerialName(value = "to")
val to: String
Link copied to clipboard
@SerialName(value = "type")
val type: String