Kryptokrona Kotlin SDK
jvm
kryptokrona-service
/
org.kryptokrona.sdk.service.model.response.transaction
/
CreateDelayedTransactionResponseResult
Create
Delayed
Transaction
Response
Result
@
Serializable
data
class
CreateDelayedTransactionResponseResult
(
val
transactionHash
:
String
,
val
fee
:
Int
)
Create delayed transaction response result.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Create
Delayed
Transaction
Response
Result
Link copied to clipboard
constructor
(
transactionHash
:
String
,
fee
:
Int
)
Properties
fee
Link copied to clipboard
val
fee
:
Int
transaction
Hash
Link copied to clipboard
val
transactionHash
:
String