Show / Hide Table of Contents

Class CredentialAcceptResponse

Response for a CredentialAccept transaction.

Inheritance
object
BaseTransactionResponse
TransactionResponse
CredentialAcceptResponse
Implements
ITransactionResponse
IBaseTransactionResponse
ICredentialAccept
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.Flags
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
TransactionResponse.ToJson()
TransactionResponse.ToDictionary()
TransactionResponse.SourceTag
TransactionResponse.TicketSequence
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class CredentialAcceptResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ICredentialAccept, ITransactionCommon

Properties

| Edit this page View Source

CredentialType

The type of credential to accept, as a hex-encoded string.

Declaration
[JsonPropertyName("CredentialType")]
public string CredentialType { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CredentialTypeValue

Decoded human-readable value of CredentialType (UTF-8).

Declaration
[JsonIgnore]
public string CredentialTypeValue { get; }
Property Value
Type Description
string
| Edit this page View Source

Issuer

The issuer of the credential to accept.

Declaration
[JsonPropertyName("Issuer")]
public string Issuer { get; set; }
Property Value
Type Description
string

Implements

ITransactionResponse
IBaseTransactionResponse
ICredentialAccept
ITransactionCommon
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX