예제 #1
0
파일: Database.cs 프로젝트: treverson/dexr
 public void SaveTokenIndex(TokenIndexItem value)
 {
     Put(DBKeyPrefix.IndexToken + value.Symbol, JsonConvert.SerializeObject(value));
 }
예제 #2
0
파일: Database.cs 프로젝트: treverson/dexr
 public void SaveNativeTokenIndex(TokenIndexItem value)
 {
     Put(DBKeyPrefix.IndexNative, JsonConvert.SerializeObject(value));
 }