Uses of Class
convex.core.BlockResult
Packages that use BlockResult
-
Uses of BlockResult in convex.core
Methods in convex.core that return BlockResultModifier and TypeMethodDescriptionState.applyBlock
(SignedData<Block> signedBlock) Applies a signed Block to the current state, i.e.State.checkBlock
(SignedData<Block> signedBlock) Checks if a block is valid for application to the current statestatic BlockResult
Create a BlockResultstatic BlockResult
Create a BlockResultstatic BlockResult
BlockResult.createInvalidBlock
(State state, Block block, AString message) Creates a BlockResult for an invalid Block (i.e.Peer.getBlockResult
(long i) Gets the BlockResult of a specific block indexstatic BlockResult
Decodes a BlockResult from a BlobBlockResult.updateRefs
(IRefFunction func) Methods in convex.core with parameters of type BlockResultModifier and TypeMethodDescriptionboolean
BlockResult.equals
(BlockResult a) Tests if this BlockResult is equal to another