Package com.casper.sdk.model.block
Class ChainGetBlockResult
- java.lang.Object
-
- com.casper.sdk.model.common.RpcResult
-
- com.casper.sdk.model.block.ChainGetBlockResult
-
public class ChainGetBlockResult extends RpcResult
The response for a V2 chain_get_block RPC request.
-
-
Constructor Summary
Constructors Constructor Description ChainGetBlockResult()ChainGetBlockResult(BlockWithSignatures blockWithSignatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockWithSignaturesgetBlockWithSignatures()-
Methods inherited from class com.casper.sdk.model.common.RpcResult
getApiVersion, getProtocolVersion
-
-
-
-
Constructor Detail
-
ChainGetBlockResult
public ChainGetBlockResult()
-
ChainGetBlockResult
public ChainGetBlockResult(BlockWithSignatures blockWithSignatures)
-
-
Method Detail
-
getBlockWithSignatures
public BlockWithSignatures getBlockWithSignatures()
-
-