Ethereum

class Ethereum

Types

Link copied to clipboard
Input data necessary to create a signed transaction.
Legacy and EIP2718/EIP1559 transactions supported, see TransactionMode.
Protobuf type TW.Ethereum.Proto.SigningInput
Link copied to clipboard
Link copied to clipboard
Result containing the signed and encoded transaction.
Protobuf type TW.Ethereum.Proto.SigningOutput
Link copied to clipboard
Link copied to clipboard
Transaction (transfer, smart contract call, ...)
Protobuf type TW.Ethereum.Proto.Transaction
Link copied to clipboard
Transaction type
Protobuf enum TW.Ethereum.Proto.TransactionMode
Link copied to clipboard
Link copied to clipboard
ERC-4337 structure that describes a transaction to be sent on behalf of a user
Protobuf type TW.Ethereum.Proto.UserOperation
Link copied to clipboard

Functions

Link copied to clipboard
open fun registerAllExtensions(registry: ExtensionRegistryLite)