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 SourceCredential
The credential object containing issuer and credential type.
Declaration
[JsonPropertyName("Credential")]
public AcceptedCredential Credential { get; set; }
Property Value
| Type | Description |
|---|---|
| AcceptedCredential |