| Package | Description |
|---|---|
| com.concordium.sdk | |
| com.concordium.sdk.cis2 | |
| com.concordium.sdk.responses |
| Modifier and Type | Method and Description |
|---|---|
static ClientV2 |
ClientV2.from(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ClientV2.findAtLowestHeight(BiFunction<ClientV2,BlockQuery,Optional<T>> test)
Find a finalized block with the lowest height that satisfies the given condition.
|
<T> Optional<T> |
ClientV2.findAtLowestHeight(Range<AbsoluteBlockHeight> range,
BiFunction<ClientV2,BlockQuery,Optional<T>> test)
Find a finalized block with the lowest height that satisfies the given condition.
|
| Modifier and Type | Method and Description |
|---|---|
ClientV2 |
Cis2Client.getClient() |
| Modifier and Type | Method and Description |
|---|---|
static Cis2Client |
Cis2Client.newClient(ClientV2 client,
ContractAddress address)
|
| Constructor and Description |
|---|
FinalizedBlockItemIterator(ClientV2 client,
AbsoluteBlockHeight startHeight) |
Copyright © 2025. All rights reserved.