When calling DCAppAttestService.attestKey(...) with either
How should we handle this, apart from validating the input before calling the method? Shouldnt the callback return with an error if any of the arguments are invalid?
invalid keyIdentifier
too long clientDataHash
How should we handle this, apart from validating the input before calling the method? Shouldnt the callback return with an error if any of the arguments are invalid?