Skip to content

Commit

Permalink
feat: add ListedNFTTotalAmountMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Jecket1 committed Jul 16, 2024
1 parent c992475 commit 04889a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contract/Forest/ForestContractState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ public partial class ForestContractState : ContractState
/// </summary>
public MappedState<Address, string, long> OfferTotalAmountMap { get; set; }

/// <summary>
/// Collection Symbol -> User Address -> Listing Amount * decimal
/// </summary>
public MappedState<string, Address, string> ListedNFTTotalAmountMap { get; set; }

public SingletonState<Price> AIServiceFeeConfig { get; set; }
public SingletonState<Address> AIServiceFeeReceiver { get; set; }

Expand Down

0 comments on commit 04889a9

Please sign in to comment.