DerivationParams

data class DerivationParams(val coinType: Int, val account: Int, val change: Int = 0, val index: Int = 0)

Constructors

Link copied to clipboard
constructor(coinType: Int, account: Int, change: Int = 0, index: Int = 0)

Properties

Link copied to clipboard
@SerializedName(value = "account")
val account: Int
Link copied to clipboard
@SerializedName(value = "change")
val change: Int = 0
Link copied to clipboard
@SerializedName(value = "coinType")
val coinType: Int
Link copied to clipboard
@SerializedName(value = "index")
val index: Int = 0