Interface Merge

    • Method Detail

      • getFromHash

        @NotBlank
        @Pattern(regexp="^[0-9a-fA-F]{8,64}$",
                 message="Hash must consist of the hex representation of 4-32 bytes")
        @NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") java.lang.String getFromHash()