Show / Hide Table of Contents

Class RequestManager.XrplRequest

Inheritance
object
RequestManager.XrplRequest
Namespace: Xrpl.Client
Assembly: Xrpl.dll
Syntax
public class RequestManager.XrplRequest

Properties

| Edit this page View Source

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid
| Edit this page View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Promise

Declaration
public Task<Dictionary<string, object>> Promise { get; set; }
Property Value
Type Description
Task<Dictionary<string, object>>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX