public interface HeaderVerifier
Interface for an Accountant to verify the header for further processing.
Modifier and Type | Method and Description |
---|---|
int |
verifyHeaderForProcessing(IdentityBlock header)
checks the given IdentityBlock for validity of processing.
|
int verifyHeaderForProcessing(IdentityBlock header)
checks the given IdentityBlock for validity of processing.
One of the following criteria must be met:
header
- the header to be verifiedCopyright © 2023. All rights reserved.