NotifierCore.DataProvider.ZicoreApi.ParseTransaction C# (CSharp) Method

ParseTransaction() public method

public ParseTransaction ( SearchResult sr, Newtonsoft.Json.Linq.JObject json, TransactionType type ) : SearchResult
sr NotifierCore.Notifier.SearchResult
json Newtonsoft.Json.Linq.JObject
type TransactionType
return NotifierCore.Notifier.SearchResult
        public SearchResult ParseTransaction(SearchResult sr, JObject json, TransactionType type)
        {
            throw new NotImplementedException();
        }