Kryptokrona Kotlin SDK
jvm
kryptokrona-service
/
org.kryptokrona.sdk.service.model.response.transaction
/
EstimateFusionResponseResult
Estimate
Fusion
Response
Result
@
Serializable
data
class
EstimateFusionResponseResult
(
val
fusionReadyCount
:
Int
,
val
totalOutputCount
:
Int
)
Estimate fusion response result.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Estimate
Fusion
Response
Result
Link copied to clipboard
constructor
(
fusionReadyCount
:
Int
,
totalOutputCount
:
Int
)
Properties
fusion
Ready
Count
Link copied to clipboard
val
fusionReadyCount
:
Int
total
Output
Count
Link copied to clipboard
val
totalOutputCount
:
Int