Packages

object transaction

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transaction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def createContract(creatorSigner: EthSigner, valueInWei: Unsigned256, init: Seq[Byte], forceNonce: Option[Unsigned256] = None)(implicit icontext: Context): Future[EthHash]
  2. def prepareCreateContract(creator: EthAddress, valueInWei: Unsigned256, init: Seq[Byte], forceNonce: Option[Unsigned256] = None)(implicit icontext: Context): Future[Unsigned]
  3. def prepareSendMessage(sender: EthAddress, to: EthAddress, valueInWei: Unsigned256, data: Seq[Byte], forceNonce: Option[Unsigned256] = None)(implicit icontext: Context): Future[Unsigned]
  4. def prepareSendWei(sender: EthAddress, to: EthAddress, valueInWei: Unsigned256, forceNonce: Option[Unsigned256] = None)(implicit icontext: Context): Future[Unsigned]
  5. def sendMessage(senderSigner: EthSigner, to: EthAddress, valueInWei: Unsigned256, data: Seq[Byte], forceNonce: Option[Unsigned256] = None)(implicit icontext: Context): Future[EthHash]
  6. def sendSignedTransaction(signed: Signed)(implicit icontext: Context): Future[EthHash]
  7. def sendWei(senderSigner: EthSigner, to: EthAddress, valueInWei: Unsigned256, forceNonce: Option[Unsigned256] = None)(implicit icontext: Context): Future[EthHash]