Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Oct 29, 2024
1 parent 2ca406d commit 5354b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface AsyncFlowAccessApi {

fun getTransactionResultById(id: FlowId): CompletableFuture<FlowAccessApi.AccessApiCallResponse<FlowTransactionResult?>>

fun getTransactionResultByIndex(blockId: FlowId, index: Int) : CompletableFuture<FlowAccessApi.AccessApiCallResponse<FlowTransactionResult>>
fun getTransactionResultByIndex(blockId: FlowId, index: Int): CompletableFuture<FlowAccessApi.AccessApiCallResponse<FlowTransactionResult>>

@Deprecated(
message = "Behaves identically to getAccountAtLatestBlock",
Expand Down

0 comments on commit 5354b72

Please sign in to comment.