clearSignatures method

void clearSignatures()

Implementation

void clearSignatures() {
  auth_info.signer_infos!.clear();
  signatures.clear();
}