devp2p-eth / org.apache.tuweni.devp2p.eth / Receipts

Receipts

data class Receipts (source)

Constructors

<init>

Receipts(transactionReceipts: List<List<TransactionReceipt>>)

Properties

transactionReceipts

val transactionReceipts: List<List<TransactionReceipt>>

Functions

toBytes

fun toBytes(): Bytes

Companion Object Functions

read

fun read(payload: Bytes): Receipts