Add Coins.AmountOf

This commit is contained in:
Jae Kwon
2018-01-26 06:54:03 -08:00
parent ac7fa3f59f
commit de5bf2ebc6
3 changed files with 130 additions and 50 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type BasecoinApp struct {
capKeyMainStore *sdk.KVStoreKey
capKeyIBCStore *sdk.KVStoreKey
// Object mappers :
// Object mappers:
accountMapper sdk.AccountMapper
}