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 BlockResultCreate a BlockResultstatic BlockResultCreate a BlockResultstatic BlockResultBlockResult.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 BlockResultDecodes a BlockResult from a BlobBlockResult.updateRefs(IRefFunction func) Methods in convex.core with parameters of type BlockResultModifier and TypeMethodDescriptionbooleanBlockResult.equals(BlockResult a) Tests if this BlockResult is equal to another