Class EmittedEvent
-
- All Implemented Interfaces:
@Serializable() public final class EmittedEvent
-
-
Constructor Summary
Constructors Constructor Description EmittedEvent(Felt address, List<Felt> keys, List<Felt> data, Felt blockHash, Integer blockNumber, Felt transactionHash)
EmittedEvent(Felt address, List<Felt> keys, List<Felt> data, Felt blockHash, Felt transactionHash)
EmittedEvent(Felt address, List<Felt> keys, List<Felt> data, Felt transactionHash)
-
Method Summary
Modifier and Type Method Description final Felt
getAddress()
final List<Felt>
getKeys()
final List<Felt>
getData()
final Felt
getBlockHash()
final Integer
getBlockNumber()
final Felt
getTransactionHash()
-
-
Method Detail
-
getAddress
final Felt getAddress()
-
getBlockHash
final Felt getBlockHash()
-
getBlockNumber
final Integer getBlockNumber()
-
getTransactionHash
final Felt getTransactionHash()
-
-
-
-