object
Invoker
Type Members
-
final
case class
ComputedGas(gasPrice: BigInt, gasLimit: BigInt) extends Product with Serializable
-
final
case class
Context(loadBalancer: LoadBalancer, chainId: Option[EthChainId], gasPriceTweak: MarkupOrOverride, gasLimitTweak: MarkupOrOverride, pollPeriod: Duration, pollTimeout: Duration, httpTimeout: Duration, transactionApprover: TransactionApprover, transactionLogger: TransactionLogger, efactory: Factory, poller: Poller, econtext: ExecutionContext) extends Product with Serializable
-
class
InvokerException extends EthereumException
-
final
case class
Markup(fraction: Double, cap: Option[BigInt] = None, floor: Option[BigInt] = None) extends MarkupOrOverride with Product with Serializable
-
sealed
trait
MarkupOrOverride extends AnyRef
-
final
case class
Override(value: BigInt) extends MarkupOrOverride with Product with Serializable
-
final
class
TimeoutException extends InvokerException
-
type
TransactionApprover = (Signed) ⇒ Future[Unit]
-
final
class
TransactionDisapprovedException extends InvokerException
-
final
case class
TransactionLogEntry(transactionHash: EthHash, transaction: Signed, jsonRpcUrl: String) extends Product with Serializable
-
type
TransactionLogger = (TransactionLogEntry, ExecutionContext) ⇒ Future[Unit]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
AlwaysApprover: TransactionApprover
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
futureTransactionReceipt(transactionHash: EthHash)(implicit icontext: Context): Future[TransactionReceipt]
-
def
getBalance(address: EthAddress)(implicit icontext: Context): Future[BigInt]
-
final
def
getClass(): Class[_]
-
def
getLogs(query: Query)(implicit icontext: Context): Future[Seq[Log]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nextNonce(address: EthAddress)(implicit icontext: Context): Future[BigInt]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
throwDisapproved(signed: Signed, message: String = "Transaction aborted.", keepStackTrace: Boolean = true): Nothing
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withClient[T](op: (Client, URL) ⇒ T)(implicit icontext: Context): T
-
def
withClient[T](op: (Client) ⇒ T)(implicit icontext: Context): T
-
object
Context extends Serializable
-
object
MarkupOrOverride
-
object
TransactionLogger
-
object
constant
-
object
transaction
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
final
case class
ComputedGas(gasPrice: BigInt, gasLimit: BigInt) extends Product with Serializable
-
final
case class
Context(loadBalancer: LoadBalancer, chainId: Option[EthChainId], gasPriceTweak: MarkupOrOverride, gasLimitTweak: MarkupOrOverride, pollPeriod: Duration, pollTimeout: Duration, httpTimeout: Duration, transactionApprover: TransactionApprover, transactionLogger: TransactionLogger, efactory: Factory, poller: Poller, econtext: ExecutionContext) extends Product with Serializable
-
class
InvokerException extends EthereumException
-
final
case class
Markup(fraction: Double, cap: Option[BigInt] = None, floor: Option[BigInt] = None) extends MarkupOrOverride with Product with Serializable
-
sealed
trait
MarkupOrOverride extends AnyRef
-
final
case class
Override(value: BigInt) extends MarkupOrOverride with Product with Serializable
-
final
class
TimeoutException extends InvokerException
-
type
TransactionApprover = (Signed) ⇒ Future[Unit]
-
final
class
TransactionDisapprovedException extends InvokerException
-
final
case class
TransactionLogEntry(transactionHash: EthHash, transaction: Signed, jsonRpcUrl: String) extends Product with Serializable
-
type
TransactionLogger = (TransactionLogEntry, ExecutionContext) ⇒ Future[Unit]
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
AlwaysApprover: TransactionApprover
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
futureTransactionReceipt(transactionHash: EthHash)(implicit icontext: Context): Future[TransactionReceipt]
-
def
getBalance(address: EthAddress)(implicit icontext: Context): Future[BigInt]
-
final
def
getClass(): Class[_]
-
def
getLogs(query: Query)(implicit icontext: Context): Future[Seq[Log]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nextNonce(address: EthAddress)(implicit icontext: Context): Future[BigInt]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
throwDisapproved(signed: Signed, message: String = "Transaction aborted.", keepStackTrace: Boolean = true): Nothing
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withClient[T](op: (Client, URL) ⇒ T)(implicit icontext: Context): T
-
def
withClient[T](op: (Client) ⇒ T)(implicit icontext: Context): T
-
object
Context extends Serializable
-
object
MarkupOrOverride
-
object
TransactionLogger
-
object
constant
-
object
transaction