scalus.utils

package scalus.utils

Members list

Type members

Classlikes

case object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BuildInfo.type
object Hex

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Hex.type
object Macros

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Macros.type
case class PlutusTextEnvelope(`type`: String, description: String, cborHex: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Utils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Utils.type

Extensions

Extensions

extension [T](future: Future[T])
def await(timeout: Duration = ...): T

Extension method to block and await the result of a Future.

Extension method to block and await the result of a Future.

Value parameters

timeout

maximum duration to wait (default: infinite)

Attributes

Returns

the result of the Future

Throws
Exception

if the Future fails

java.util.concurrent.TimeoutException

if the timeout is exceeded