diff --git a/contract/Forest/ForestContractState.cs b/contract/Forest/ForestContractState.cs index c21a6ff..6e59878 100755 --- a/contract/Forest/ForestContractState.cs +++ b/contract/Forest/ForestContractState.cs @@ -53,6 +53,11 @@ public partial class ForestContractState : ContractState /// public MappedState OfferTotalAmountMap { get; set; } + /// + /// Collection Symbol -> User Address -> Listing Amount * decimal + /// + public MappedState ListedNFTTotalAmountMap { get; set; } + public SingletonState AIServiceFeeConfig { get; set; } public SingletonState
AIServiceFeeReceiver { get; set; }