SmartContractConfig

data class SmartContractConfig(val address: String, val paymentDiscountPercent: Int)

Constructors

Link copied to clipboard
fun SmartContractConfig(address: String, paymentDiscountPercent: Int)

Properties

Link copied to clipboard
val address: String
Link copied to clipboard
val paymentDiscountPercent: Int