verify abstract method

bool verify(
  1. List<int> body,
  2. List<int> signature
)

Implementation

bool verify(List<int> body, List<int> signature);