This commit is contained in:
Sina Mahmoodi 2024-06-12 15:05:37 +02:00
parent a6f80c750d
commit 5db01067d3

View file

@ -82,6 +82,7 @@ func (e *TxIndexingError) ErrorData() interface{} { return "transaction indexing
type callError struct {
Message string `json:"message"`
Code int `json:"code"`
Data string `json:"data,omitempty"`
}
type invalidTxError struct {