Class CredentialAcceptResponse
Response for a CredentialAccept transaction.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class CredentialAcceptResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ICredentialAccept, ITransactionCommon
Properties
| Edit this page View SourceCredentialType
The type of credential to accept, as a hex-encoded string.
Declaration
[JsonPropertyName("CredentialType")]
public string CredentialType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CredentialTypeValue
Decoded human-readable value of CredentialType (UTF-8).
Declaration
[JsonIgnore]
public string CredentialTypeValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
Issuer
The issuer of the credential to accept.
Declaration
[JsonPropertyName("Issuer")]
public string Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |