Show / Hide Table of Contents

Class Signer

Represents account signers.

Inheritance
System.Object
Signer
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class Signer : object

Constructors

Signer(String, String, Nullable<Int32>)

Declaration
public Signer(String key, String type, int? weight)
Parameters
Type Name Description
String key
String type
System.Nullable<System.Int32> weight

Properties

Key

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

Type

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

Weight

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

Back to top Generated by DocFX