Class GetEventsPayload
-
- All Implemented Interfaces:
@Serializable() public final class GetEventsPayload
-
-
Constructor Summary
Constructors Constructor Description GetEventsPayload(BlockId fromBlockId, BlockId toBlockId, Felt address, List<List<Felt>> keys, Integer chunkSize, String continuationToken)
GetEventsPayload(BlockId fromBlockId, BlockId toBlockId, Felt address, List<List<Felt>> keys, Integer chunkSize)
GetEventsPayload(BlockId fromBlockId, BlockId toBlockId, Felt address, Integer chunkSize)
GetEventsPayload(BlockId fromBlockId, BlockId toBlockId, Integer chunkSize)
GetEventsPayload(BlockId fromBlockId, Integer chunkSize)
GetEventsPayload(Integer chunkSize)
-
Method Summary
Modifier and Type Method Description final BlockId
getFromBlockId()
final BlockId
getToBlockId()
final Felt
getAddress()
final List<List<Felt>>
getKeys()
final Integer
getChunkSize()
final String
getContinuationToken()
-
-
Constructor Detail
-
GetEventsPayload
GetEventsPayload(BlockId fromBlockId, BlockId toBlockId, Felt address, List<List<Felt>> keys, Integer chunkSize, String continuationToken)
-
GetEventsPayload
GetEventsPayload(BlockId fromBlockId, BlockId toBlockId, Felt address, List<List<Felt>> keys, Integer chunkSize)
-
GetEventsPayload
GetEventsPayload(BlockId fromBlockId, BlockId toBlockId, Felt address, Integer chunkSize)
-
GetEventsPayload
GetEventsPayload(Integer chunkSize)
-
-
Method Detail
-
getFromBlockId
final BlockId getFromBlockId()
-
getToBlockId
final BlockId getToBlockId()
-
getAddress
final Felt getAddress()
-
getChunkSize
final Integer getChunkSize()
-
getContinuationToken
final String getContinuationToken()
-
-
-
-