Show / Hide Table of Contents

Class ChangeTrustOperationResponse

Represents ChangeTrust operation response. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html OperationsRequestBuilder Server

Inheritance
System.Object
Response
OperationResponse
ChangeTrustOperationResponse
Inherited Members
OperationResponse.Id
OperationResponse.SourceAccount
OperationResponse.SourceAccountMuxed
OperationResponse.SourceAccountMuxedID
OperationResponse.PagingToken
OperationResponse.Type
OperationResponse.CreatedAt
OperationResponse.TransactionHash
OperationResponse.TransactionSuccessful
OperationResponse.Links
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ChangeTrustOperationResponse : OperationResponse, IPagingToken

Constructors

ChangeTrustOperationResponse()

Declaration
public ChangeTrustOperationResponse()

ChangeTrustOperationResponse(String, String, String, String, String, String)

Declaration
public ChangeTrustOperationResponse(string assetCode, string assetIssuer, string assetType, string limit, string trustee, string trustor)
Parameters
Type Name Description
System.String assetCode
System.String assetIssuer
System.String assetType
System.String limit
System.String trustee
System.String trustor

Properties

Asset

Declaration
public AssetTypeCreditAlphaNum Asset { get; }
Property Value
AssetTypeCreditAlphaNum

AssetCode

Declaration
public string AssetCode { get; }
Property Value
System.String

AssetIssuer

Declaration
public string AssetIssuer { get; }
Property Value
System.String

AssetType

Declaration
public string AssetType { get; }
Property Value
System.String

Limit

Declaration
public string Limit { get; }
Property Value
System.String

Trustee

Declaration
public string Trustee { get; }
Property Value
System.String

Trustor

Declaration
public string Trustor { get; }
Property Value
System.String

TrustorMuxed

Declaration
public string TrustorMuxed { get; }
Property Value
System.String

TrustorMuxedID

Declaration
public ulong? TrustorMuxedID { get; }
Property Value
System.Nullable<System.UInt64>

TypeId

Declaration
public override int TypeId { get; }
Property Value
System.Int32

Overrides
OperationResponse.TypeId
Back to top Generated by DocFX