Uses of Class
com.algorand.algosdk.algod.client.model.Block
Package | Description |
---|---|
com.algorand.algosdk.algod.client.api | |
com.algorand.algosdk.algod.client.model |
-
Uses of Block in com.algorand.algosdk.algod.client.api
Methods in com.algorand.algosdk.algod.client.api that return Block Modifier and Type Method Description Block
DefaultApi. getBlock(java.math.BigInteger round)
Deprecated.Get the block for the given round.Methods in com.algorand.algosdk.algod.client.api that return types with arguments of type Block Modifier and Type Method Description ApiResponse<Block>
DefaultApi. getBlockWithHttpInfo(java.math.BigInteger round)
Deprecated.Get the block for the given round.Method parameters in com.algorand.algosdk.algod.client.api with type arguments of type Block Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. getBlockAsync(java.math.BigInteger round, ApiCallback<Block> callback)
Deprecated.Get the block for the given round. -
Uses of Block in com.algorand.algosdk.algod.client.model
Methods in com.algorand.algosdk.algod.client.model that return Block Modifier and Type Method Description Block
Block. currentProtocol(java.lang.String currentProtocol)
Deprecated.Block
Block. frac(java.math.BigInteger frac)
Deprecated.Block
Block. hash(java.lang.String hash)
Deprecated.Block
Block. nextProtocol(java.lang.String nextProtocol)
Deprecated.Block
Block. nextProtocolApprovals(java.math.BigInteger nextProtocolApprovals)
Deprecated.Block
Block. nextProtocolSwitchOn(java.math.BigInteger nextProtocolSwitchOn)
Deprecated.Block
Block. nextProtocolVoteBefore(java.math.BigInteger nextProtocolVoteBefore)
Deprecated.Block
Block. period(java.math.BigInteger period)
Deprecated.Block
Block. previousBlockHash(java.lang.String previousBlockHash)
Deprecated.Block
Block. proposer(java.lang.String proposer)
Deprecated.Block
Block. rate(java.math.BigInteger rate)
Deprecated.Block
Block. reward(java.math.BigInteger reward)
Deprecated.Block
Block. round(java.math.BigInteger round)
Deprecated.Block
Block. seed(java.lang.String seed)
Deprecated.Block
Block. timestamp(java.math.BigInteger timestamp)
Deprecated.Block
Block. txnRoot(java.lang.String txnRoot)
Deprecated.Block
Block. txns(TransactionList txns)
Deprecated.Block
Block. upgradeApprove(java.lang.Boolean upgradeApprove)
Deprecated.Block
Block. upgradePropose(java.lang.String upgradePropose)
Deprecated.