Show / Hide Table of Contents

Class AcceptedCredentialWrapper

Wrapper for a Credential object in the AcceptedCredentials array. Each member of the AcceptedCredentials array is an inner object named Credential.

Inheritance
object
AcceptedCredentialWrapper
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class AcceptedCredentialWrapper

Properties

| Edit this page View Source

Credential

The credential object containing issuer and credential type.

Declaration
[JsonPropertyName("Credential")]
public AcceptedCredential Credential { get; set; }
Property Value
Type Description
AcceptedCredential
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX