Show / Hide Table of Contents

Class AllowTrustOperation

Represents a stellar_dotnet_sdk.xdr.AllowTrustOp. Use AllowTrustOperation.Builder to create a new AllowTrustOperation.

See also: Allow Trust

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

Properties

AssetCode

The asset code being authorized.

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

Authorize

True to authorize the line, false to deauthorize.

Declaration
public bool Authorize { get; }
Property Value
System.Boolean

AuthorizeToMaintainLiabilities

Declaration
public bool AuthorizeToMaintainLiabilities { get; }
Property Value
System.Boolean

Threshold

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

Overrides
Operation.Threshold

Trustor

The trusting account (the one being authorized)

Declaration
public KeyPair Trustor { get; }
Property Value
KeyPair

Methods

ToOperationBody()

Returns the Allow Trust XDR Operation Body

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

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