Show / Hide Table of Contents

Class AccountFlagsUpdatedEffectResponse

Represents account_flags_updated effect response. See: https://www.stellar.org/developers/horizon/reference/resources/effect.html EffectsRequestBuilder Server

Inheritance
System.Object
Response
EffectResponse
AccountFlagsUpdatedEffectResponse
Inherited Members
EffectResponse.Id
EffectResponse.Account
EffectResponse.AccountMuxed
EffectResponse.AccountMuxedID
EffectResponse.Type
EffectResponse.PagingToken
EffectResponse.Links
EffectResponse.CreatedAt
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class AccountFlagsUpdatedEffectResponse : EffectResponse, IPagingToken

Constructors

AccountFlagsUpdatedEffectResponse()

Declaration
public AccountFlagsUpdatedEffectResponse()

AccountFlagsUpdatedEffectResponse(Boolean, Boolean)

Declaration
public AccountFlagsUpdatedEffectResponse(bool authRequiredFlag, bool authRevokableFlag)
Parameters
Type Name Description
System.Boolean authRequiredFlag
System.Boolean authRevokableFlag

Properties

AuthRequiredFlag

Declaration
public bool AuthRequiredFlag { get; }
Property Value
System.Boolean

AuthRevokableFlag

Declaration
public bool AuthRevokableFlag { get; }
Property Value
System.Boolean

TypeId

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

Overrides
EffectResponse.TypeId
Back to top Generated by DocFX