Kryptokrona Kotlin SDK
jvm
kryptokrona-service
/
org.kryptokrona.sdk.service.model.response.transaction
/
Transfer
Transfer
@
Serializable
data
class
Transfer
(
val
address
:
String
,
val
amount
:
Int
,
val
type
:
Int
)
Represents a transfer.
Author
Marcus Cvjeticanin
Since
0.3.0
Members
Constructors
Transfer
Link copied to clipboard
constructor
(
address
:
String
,
amount
:
Int
,
type
:
Int
)
Properties
address
Link copied to clipboard
val
address
:
String
amount
Link copied to clipboard
val
amount
:
Int
type
Link copied to clipboard
val
type
:
Int