adds basic resolve_claims + test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user