All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesenterprise.transaction.AtomicBadge.scala Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
package com.wavesenterprise.transaction

import com.wavesenterprise.account.Address
import play.api.libs.json.{Format, Json}

case class AtomicBadge(trustedSender: Option[Address] = None)

object AtomicBadge {
  implicit val format: Format[AtomicBadge] = Json.format[AtomicBadge]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy