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

com.wavesenterprise.transaction.docker.ConfidentialDataInCreateContractSupported.scala Maven / Gradle / Ivy

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

import com.wavesenterprise.account.Address

trait ConfidentialDataInCreateContractSupported {

  def isConfidential: Boolean

  def groupParticipants: Set[Address]

  def groupOwners: Set[Address]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy