sealed trait Unsigned extends EthTransaction
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unsigned
- EthTransaction
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
gasLimit: Unsigned256
- Definition Classes
- EthTransaction
-
abstract
def
gasPrice: Unsigned256
- Definition Classes
- EthTransaction
-
abstract
def
isMessage: Boolean
- Definition Classes
- EthTransaction
-
abstract
def
nonce: Unsigned256
- Definition Classes
- EthTransaction
- abstract def sign(signer: EthSigner, chainId: EthChainId): WithChainId
- abstract def sign(signer: EthSigner): NoChainId
-
abstract
def
value: Unsigned256
- Definition Classes
- EthTransaction
Concrete Value Members
-
def
isContractCreation: Boolean
- Definition Classes
- EthTransaction
- def sign(signer: EthSigner, chainId: Option[EthChainId]): Signed
- def sign(signer: EthSigner, chainId: Long): WithChainId
- def signableBytes(mbChainId: Option[EthChainId]): Seq[Byte]
-
def
signed: Boolean
- Definition Classes
- Unsigned → EthTransaction
-
val
unsignedTransaction: Unsigned
- Definition Classes
- Unsigned → EthTransaction