Show / Hide Table of Contents

Class ChangeTrustOperation

Represents a stellar_dotnet_sdk.xdr.ChangeTrustOp. Use ChangeTrustOperation.Builder to create a new ChangeTrustOperation.

See also: Change Trust

Inheritance
System.Object
Operation
ChangeTrustOperation
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 ChangeTrustOperation : Operation

Fields

MaxLimit

Declaration
public const string MaxLimit = null
Field Value
System.String

Properties

Asset

Declaration
public ChangeTrustAsset Asset { get; }
Property Value
ChangeTrustAsset

Limit

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

Methods

ToOperationBody()

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

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