Packages

final case class ContractCreation(nonce: Unsigned256, gasPrice: Unsigned256, gasLimit: Unsigned256, value: Unsigned256, init: Seq[Byte]) extends Unsigned with EthTransaction.ContractCreation with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, EthTransaction.ContractCreation, Unsigned, EthTransaction, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContractCreation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ContractCreation
  7. Unsigned
  8. EthTransaction
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContractCreation(nonce: Unsigned256, gasPrice: Unsigned256, gasLimit: Unsigned256, value: Unsigned256, init: Seq[Byte])

Value Members

  1. val gasLimit: Unsigned256
    Definition Classes
    ContractCreationEthTransaction
  2. val gasPrice: Unsigned256
    Definition Classes
    ContractCreationEthTransaction
  3. val init: Seq[Byte]
    Definition Classes
    ContractCreationContractCreation
  4. def isContractCreation: Boolean
    Definition Classes
    EthTransaction
  5. def isMessage: Boolean
    Definition Classes
    ContractCreationEthTransaction
  6. val nonce: Unsigned256
    Definition Classes
    ContractCreationEthTransaction
  7. def payload: Seq[Byte]
    Definition Classes
    ContractCreationEthTransaction
  8. def sign(signer: EthSigner, chainId: EthChainId): WithChainId
    Definition Classes
    ContractCreationUnsigned
  9. def sign(signer: EthSigner): Signed.NoChainId.ContractCreation
    Definition Classes
    ContractCreationUnsigned
  10. def sign(signer: EthSigner, chainId: Option[EthChainId]): Signed
    Definition Classes
    Unsigned
  11. def sign(signer: EthSigner, chainId: Long): WithChainId
    Definition Classes
    Unsigned
  12. def signableBytes(mbChainId: Option[EthChainId]): Seq[Byte]
    Definition Classes
    Unsigned
  13. def signed: Boolean
    Definition Classes
    UnsignedEthTransaction
  14. val unsignedTransaction: Unsigned
    Definition Classes
    UnsignedEthTransaction
  15. val value: Unsigned256
    Definition Classes
    ContractCreationEthTransaction