Class RequestManager.XrplRequest
Inheritance
object
RequestManager.XrplRequest
Assembly: Xrpl.dll
Syntax
public class RequestManager.XrplRequest
Properties
|
Edit this page
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
public string Message { get; set; }
Property Value
|
Edit this page
View Source
Promise
Declaration
public Task<Dictionary<string, object>> Promise { get; set; }
Property Value
| Type |
Description |
| Task<Dictionary<string, object>> |
|