Show / Hide Table of Contents

Class SetTrustlineFlagsOperation

Represents a SetTrustlineFlagsOperation. Use SetTrustlineFlagsOperation.Builder to create a new SetTrustlineFlagsOperation.

See also: Set Trustline Flags

Inheritance
System.Object
Operation
SetTrustlineFlagsOperation
Inherited Members
Operation.SourceAccount
Operation.Threshold
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 SetTrustlineFlagsOperation : Operation

Properties

Asset

The asset to use in the operation.

Declaration
public Asset Asset { get; }
Property Value
Asset

ClearFlags

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

SetFlags

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

Trustor

Account whose trustline is affected by this operation.

Declaration
public KeyPair Trustor { get; }
Property Value
KeyPair

Methods

ToOperationBody()

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

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