Class TrustlineFlagsUpdatedEffectResponse
Represents trustline_updated effect response. See: https://www.stellar.org/developers/horizon/reference/resources/effect.html EffectsRequestBuilder Server
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class TrustlineFlagsUpdatedEffectResponse : EffectResponse, IPagingToken
Constructors
TrustlineFlagsUpdatedEffectResponse()
Declaration
public TrustlineFlagsUpdatedEffectResponse()
TrustlineFlagsUpdatedEffectResponse(String, String, String, String, Boolean, Boolean, Boolean)
Declaration
public TrustlineFlagsUpdatedEffectResponse(string assetType, string assetCode, string assetIssuer, string trustor, bool authorizedFlag, bool authorizedToMaintainLiabilities, bool clawbackEnabledFlag)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | assetType | |
| System.String | assetCode | |
| System.String | assetIssuer | |
| System.String | trustor | |
| System.Boolean | authorizedFlag | |
| System.Boolean | authorizedToMaintainLiabilities | |
| System.Boolean | clawbackEnabledFlag |
Properties
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
|
AuthorizedFlag
Declaration
public bool AuthorizedFlag { get; }
Property Value
|
System.Boolean
|
AuthorizedToMaintainLiabilities
Declaration
public bool AuthorizedToMaintainLiabilities { get; }
Property Value
|
System.Boolean
|
ClawbackEnabledFlag
Declaration
public bool ClawbackEnabledFlag { get; }
Property Value
|
System.Boolean
|
Trustor
Declaration
public string Trustor { get; }
Property Value
|
System.String
|
TypeId
Declaration
public override int TypeId { get; }
Property Value
|
System.Int32
|