BlockaidAddressDetails

data class BlockaidAddressDetails(val isEoa: Boolean?, val nameTag: String?)

Address details from simulation.

Constructors

Link copied to clipboard
constructor(isEoa: Boolean?, nameTag: String?)

Properties

Link copied to clipboard
@SerializedName(value = "is_eoa")
val isEoa: Boolean?
Link copied to clipboard
@SerializedName(value = "name_tag")
val nameTag: String?