adds basic resolve_claims + test

This commit is contained in:
2019-07-24 15:55:08 +02:00
parent 89172177eb
commit 7350d5222c
2 changed files with 74 additions and 36 deletions

View File

@@ -35,8 +35,8 @@ type OwnedLoot = Filter<looted::table, WithOwner>;
pub(crate) struct Loot {
id: i32,
name: String,
base_price: i32,
owner: i32,
pub(crate) base_price: i32,
pub(crate) owner: i32,
}
impl Loot {