Kryptokrona Kotlin SDK
jvm
kryptokrona-service
/
org.kryptokrona.sdk.service.model.request.transaction
/
SendTransactionRequestParams
Send
Transaction
Request
Params
@
Serializable
data
class
SendTransactionRequestParams
(
val
transfers
:
List
<
Transfer
>
,
val
fee
:
Int
,
val
anonymity
:
Int
,
val
unlockTime
:
Int
)
Send transaction request params.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Send
Transaction
Request
Params
Link copied to clipboard
constructor
(
transfers
:
List
<
Transfer
>
,
fee
:
Int
,
anonymity
:
Int
,
unlockTime
:
Int
)
Properties
anonymity
Link copied to clipboard
val
anonymity
:
Int
fee
Link copied to clipboard
val
fee
:
Int
transfers
Link copied to clipboard
val
transfers
:
List
<
Transfer
>
unlock
Time
Link copied to clipboard
val
unlockTime
:
Int