Exemplo n.º 1
0
 public static bool IsExceptionEncodedDataForError(this string data, string signature)
 {
     return(_functionCallDecoder.IsDataForFunction(signature, data));
 }
Exemplo n.º 2
0
 public bool IsTransactionInputDataForFunction(string data)
 {
     return(FunctionCallDecoder.IsDataForFunction(FunctionABI.Sha3Signature, data));
 }