Interface IAdminAction
Basic interface for Admin Actions
Namespace: VEDriversLite.Admin.Dto
Assembly: VEDriversLite.dll
Syntax
public interface IAdminAction
Properties
| Improve this Doc View SourceAdmin
Neblio Admin Address
Declaration
string Admin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Data
Data for the command/action
Declaration
string Data { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Message for sign
Declaration
string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Signature
Signature of the message by admin address
Declaration
string Signature { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Action type
Declaration
AdminActionTypes Type { get; set; }
Property Value
Type | Description |
---|---|
AdminActionTypes |
Methods
| Improve this Doc View SourceCreateNewMessage()
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 |