final case class ContractCreation(unsignedTransaction: Unsigned.ContractCreation, signature: EthSignature.WithChainId) extends WithChainId with EthTransaction.ContractCreation with Product with Serializable
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
 - By Inheritance
 
                  Inherited
                  
                  
- ContractCreation
 - Serializable
 - Serializable
 - Product
 - Equals
 - ContractCreation
 - WithChainId
 - Signed
 - EthTransaction
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
              Visibility
              
        - Public
 - All
 
Instance Constructors
-  new ContractCreation(unsignedTransaction: Unsigned.ContractCreation, signature: EthSignature.WithChainId)
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        chainId: EthChainId
      
      
      
- Definition Classes
 - WithChainId
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @native() @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        gasLimit: Unsigned256
      
      
      
- Definition Classes
 - ContractCreation → EthTransaction
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        gasPrice: Unsigned256
      
      
      
- Definition Classes
 - ContractCreation → EthTransaction
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        init: Seq[Byte]
      
      
      
- Definition Classes
 - ContractCreation → ContractCreation
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        isContractCreation: Boolean
      
      
      
- Definition Classes
 - EthTransaction
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        isMessage: Boolean
      
      
      
- Definition Classes
 - ContractCreation → EthTransaction
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        nonce: Unsigned256
      
      
      
- Definition Classes
 - ContractCreation → EthTransaction
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        r: SignatureR
      
      
      
- Definition Classes
 - Signed
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        s: SignatureS
      
      
      
- Definition Classes
 - Signed
 
 - 
      
      
      
        
      
    
      
        
        lazy val
      
      
        sender: EthAddress
      
      
      
- Definition Classes
 - Signed
 
 - 
      
      
      
        
      
    
      
        
        lazy val
      
      
        senderPublicKey: EthPublicKey
      
      
      
- Definition Classes
 - Signed
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        signature: EthSignature.WithChainId
      
      
      
- Definition Classes
 - ContractCreation → WithChainId → Signed
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        signed: Boolean
      
      
      
- Definition Classes
 - Signed → EthTransaction
 
 - 
      
      
      
        
      
    
      
        
        lazy val
      
      
        signedBytes: Seq[Byte]
      
      
      
- Definition Classes
 - WithChainId → Signed
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - ContractCreation → AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        unsignedTransaction: Unsigned.ContractCreation
      
      
      
- Definition Classes
 - ContractCreation → EthTransaction
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        untypedV: UnsignedBigInt
      
      
      
- Definition Classes
 - Signed
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        v: SignatureWithChainIdV
      
      
      
- Definition Classes
 - WithChainId
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        value: Unsigned256
      
      
      
- Definition Classes
 - ContractCreation → EthTransaction
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @throws( ... )