Skip to content

Commit

Permalink
Add SwarmHttpConsts class to BeeNet.Core models
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Oct 7, 2024
1 parent 998fcbd commit 04bbec1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/BeeNet.Core/Models/SwarmHttpConsts.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// Copyright 2021-present Etherna SA
// This file is part of Bee.Net.
//
// Bee.Net is free software: you can redistribute it and/or modify it under the terms of the
// GNU Lesser General Public License as published by the Free Software Foundation,
// either version 3 of the License, or (at your option) any later version.
//
// Bee.Net is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// See the GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License along with Bee.Net.
// If not, see <https://www.gnu.org/licenses/>.

namespace Etherna.BeeNet.Models
{
public static class SwarmHttpConsts
{
public const string SwarmPostageBatchId = "swarm-postage-batch-id";
public const string SwarmTag = "swarm-tag";
}
}

0 comments on commit 04bbec1

Please sign in to comment.