Show / Hide Table of Contents

Class SignerRemovedEffectResponse

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

Inheritance
System.Object
Response
EffectResponse
SignerEffectResponse
SignerRemovedEffectResponse
Inherited Members
SignerEffectResponse.Weight
SignerEffectResponse.PublicKey
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 SignerRemovedEffectResponse : SignerEffectResponse, IPagingToken

Constructors

SignerRemovedEffectResponse()

Declaration
public SignerRemovedEffectResponse()

SignerRemovedEffectResponse(Int32, String)

Declaration
public SignerRemovedEffectResponse(int weight, string publicKey)
Parameters
Type Name Description
System.Int32 weight
System.String publicKey

Properties

TypeId

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

Overrides
EffectResponse.TypeId
Back to top Generated by DocFX