org.ergoplatform.appkit.ScalaHelpers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ergo-appkit_2.11 Show documentation
Show all versions of ergo-appkit_2.11 Show documentation
A Library for Polyglot Development of Ergo Applications
The newest version!
package org.ergoplatform.appkit;
import org.ergoplatform.sdk.JavaHelpers;
import sigma.Coll;
/**
* set of Scala/Java conversion helper methods that need to be written in Java
*/
public class ScalaHelpers {
/**
* converts Coll type into byte[] Bytearray.
* Directly calling Scala code is not possible due to compile error (Coll
© 2015 - 2025 Weber Informatics LLC | Privacy Policy