toggle menu
Fireblocks SDK Documentation
androidJvm
switch theme
search in API
Fireblocks SDK Documentation
/
com.fireblocks.sdk.keys
/
DerivationParams
Derivation
Params
data
class
DerivationParams
(
val
coinType
:
Int
,
val
account
:
Int
,
val
change
:
Int
=
0
,
val
index
:
Int
=
0
)
Members
Constructors
Derivation
Params
Link copied to clipboard
constructor
(
coinType
:
Int
,
account
:
Int
,
change
:
Int
=
0
,
index
:
Int
=
0
)
Properties
account
Link copied to clipboard
@
SerializedName
(
value
=
"account"
)
val
account
:
Int
change
Link copied to clipboard
@
SerializedName
(
value
=
"change"
)
val
change
:
Int
=
0
coin
Type
Link copied to clipboard
@
SerializedName
(
value
=
"coinType"
)
val
coinType
:
Int
index
Link copied to clipboard
@
SerializedName
(
value
=
"index"
)
val
index
:
Int
=
0