mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 12:38:30 +00:00
8 lines
164 B
C#
8 lines
164 B
C#
namespace NftFaucetRadzen.Models;
|
|
|
|
public class StateStorage
|
|
{
|
|
public Guid[] SelectedNetworks { get; set; }
|
|
public Guid[] SelectedProviders { get; set; }
|
|
}
|