Show / Hide Table of Contents

Class SetOptionsOperation

Represents a stellar_dotnet_sdk.xdr.SetOptionsOp. Use SetOptionsOperation.Builder to create a new SetOptionsOperation.

See also: Set Options

Inheritance
System.Object
Operation
SetOptionsOperation
Inherited Members
Operation.SourceAccount
Operation.ToXdrAmount(String)
Operation.FromXdrAmount(Int64)
Operation.ToXdr()
Operation.ToXdrBase64()
Operation.FromXdr(Operation)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class SetOptionsOperation : Operation

Properties

ClearFlags

Declaration
public uint? ClearFlags { get; }
Property Value
System.Nullable<System.UInt32>

HighThreshold

Declaration
public uint? HighThreshold { get; }
Property Value
System.Nullable<System.UInt32>

HomeDomain

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

InflationDestination

Declaration
public KeyPair InflationDestination { get; }
Property Value
KeyPair

LowThreshold

Declaration
public uint? LowThreshold { get; }
Property Value
System.Nullable<System.UInt32>

MasterKeyWeight

Declaration
public uint? MasterKeyWeight { get; }
Property Value
System.Nullable<System.UInt32>

MediumThreshold

Declaration
public uint? MediumThreshold { get; }
Property Value
System.Nullable<System.UInt32>

SetFlags

Declaration
public uint? SetFlags { get; }
Property Value
System.Nullable<System.UInt32>

Signer

Declaration
public SignerKey Signer { get; }
Property Value
stellar_dotnet_sdk.xdr.SignerKey

SignerWeight

Declaration
public uint? SignerWeight { get; }
Property Value
System.Nullable<System.UInt32>

Threshold

Declaration
public override OperationThreshold Threshold { get; }
Property Value
OperationThreshold

Overrides
Operation.Threshold

Methods

ToOperationBody()

Declaration
public override Operation.OperationBody ToOperationBody()
Returns
stellar_dotnet_sdk.xdr.Operation.OperationBody

Overrides
Operation.ToOperationBody()
Back to top Generated by DocFX