Skip to content

Commit

Permalink
added Datalayer check plugins for 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
forReason committed May 11, 2023
1 parent 8ff9985 commit f65bab2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHIA-RPC/Datalayer_NS/CheckPlugins_Response.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
using CHIA_RPC.HelperFunctions_NS;

namespace CHIA_RPC.Datalayer_NS
{
/// <summary>
/// Get information about configured uploader/downloader plugins
/// </summary>
/// <remarks>
/// <see href="https://docs.chia.net/datalayer-rpc#check_plugins"/><br/><br/>
/// Uses:<br/><see cref="GetKeys_RPC"/>
/// </remarks>
public class CheckPlugins_Response : ResponseTemplate<CheckPlugins_Response>
{
/// <summary>
/// unknown due to lacking documentation
/// </summary>
public dynamic plugin_status { get; set; }
}
}

0 comments on commit f65bab2

Please sign in to comment.