Class BlockTxidsResponse
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.BlockTxidsResponse
-
public class BlockTxidsResponse extends PathResponse
Top level transaction IDs in a block.
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
blockTxids
Block transaction IDs.
-
Constructor Summary
Constructors Constructor Description BlockTxidsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-