Show / Hide Table of Contents

Class LedgerKeyTrustline

Inheritance
System.Object
LedgerKey
LedgerKeyTrustline
Inherited Members
LedgerKey.Account(KeyPair)
LedgerKey.ClaimableBalance(Byte[])
LedgerKey.Data(KeyPair, String)
LedgerKey.Offer(KeyPair, Int64)
LedgerKey.Trustline(KeyPair, TrustlineAsset)
LedgerKey.FromXdr(LedgerKey)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LedgerKeyTrustline : LedgerKey

Constructors

LedgerKeyTrustline(KeyPair, TrustlineAsset)

Declaration
public LedgerKeyTrustline(KeyPair account, TrustlineAsset asset)
Parameters
Type Name Description
KeyPair account
TrustlineAsset asset

Properties

Account

Declaration
public KeyPair Account { get; }
Property Value
KeyPair

Asset

Declaration
public TrustlineAsset Asset { get; }
Property Value
TrustlineAsset

Methods

FromXdr(LedgerKey.LedgerKeyTrustLine)

Declaration
public static LedgerKeyTrustline FromXdr(LedgerKey.LedgerKeyTrustLine xdr)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.LedgerKey.LedgerKeyTrustLine xdr
Returns
LedgerKeyTrustline

ToXdr()

Declaration
public override LedgerKey ToXdr()
Returns
stellar_dotnet_sdk.xdr.LedgerKey

Overrides
LedgerKey.ToXdr()
Back to top Generated by DocFX