Generated by DocFX

Interface IAdminAction

Basic interface for Admin Actions

Namespace: VEDriversLite.Admin.Dto
Assembly: VEDriversLite.dll
Syntax
public interface IAdminAction

Properties

| Improve this Doc View Source

Admin

Neblio Admin Address

Declaration
string Admin { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Data

Data for the command/action

Declaration
string Data { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Message

Message for sign

Declaration
string Message { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Signature

Signature of the message by admin address

Declaration
string Signature { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Action type

Declaration
AdminActionTypes Type { get; set; }
Property Value
Type Description
AdminActionTypes

Methods

| Improve this Doc View Source

CreateNewMessage()

Create new message for possibility to sign This message is sent to the admin and he must sign it and send back with command

Declaration
string CreateNewMessage()
Returns
Type Description
System.String