Class AuthorizeCredentialBody
Body of a single credential reference inside a credential-based DepositPreauth entry.
Inheritance
object
AuthorizeCredentialBody
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class AuthorizeCredentialBody
Properties
| Edit this page View SourceCredentialType
A hex-encoded value identifying the type of credential.
Declaration
[JsonPropertyName("CredentialType")]
public string CredentialType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Issuer
The account that issued the credential.
Declaration
[JsonPropertyName("Issuer")]
public string Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |