Show / Hide Table of Contents

Class SignerEffectResponse

Inheritance
System.Object
Response
EffectResponse
SignerEffectResponse
SignerCreatedEffectResponse
SignerRemovedEffectResponse
SignerUpdatedEffectResponse
Inherited Members
EffectResponse.Id
EffectResponse.Account
EffectResponse.AccountMuxed
EffectResponse.AccountMuxedID
EffectResponse.Type
EffectResponse.TypeId
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 SignerEffectResponse : EffectResponse, IPagingToken

Constructors

SignerEffectResponse()

Declaration
public SignerEffectResponse()

SignerEffectResponse(Int32, String)

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

Properties

PublicKey

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

Weight

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

Back to top Generated by DocFX