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

com.wavesenterprise.transaction.smart.BlockchainContext.scala Maven / Gradle / Ivy

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

import com.wavesenterprise.crypto
import com.wavesenterprise.lang.v1.BaseGlobal
import com.wavesenterprise.transaction.Transaction
import com.wavesenterprise.transaction.assets.exchange.Order
import shapeless.{:+:, CNil}

object BlockchainContext {
  type In = Transaction :+: Order :+: CNil
  val baseGlobal: BaseGlobal = crypto.rideContext
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy