Generated by DocFX

Class ConnectDogeAccountDto

Dto for connect Doge account with Neblio Account

Inheritance
System.Object
ConnectDogeAccountDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Admin.Dto
Assembly: VEDriversLite.dll
Syntax
public class ConnectDogeAccountDto

Properties

| Improve this Doc View Source

AccountAddress

Neblio Address This Address must be already in the VEDLDataContext.Accounts

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

adminCredentials

Admin credentials info Include Admin Address, Message and Signature of this message

Declaration
public AdminActionBase adminCredentials { get; set; }
Property Value
Type Description
AdminActionBase
| Improve this Doc View Source

dogeAccountAddress

Doge Address This Address must be already in the VEDLDataContext.DogeAccounts

Declaration
public string dogeAccountAddress { get; set; }
Property Value
Type Description
System.String