MessageL1ToL2

@Serializable
data class MessageL1ToL2(val fromAddress: Felt, val toAddress: Felt, val selector: Felt, val nonce: Felt? = null, val payload: List<Felt>)

Constructors

Link copied to clipboard
constructor(fromAddress: Felt, toAddress: Felt, selector: Felt, nonce: Felt? = null, payload: List<Felt>)

Properties

Link copied to clipboard
Link copied to clipboard
val nonce: Felt? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard