Show / Hide Table of Contents

Class LedgerKey

Inheritance
System.Object
LedgerKey
LedgerKeyAccount
LedgerKeyClaimableBalance
LedgerKeyData
LedgerKeyOffer
LedgerKeyTrustline
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public abstract class LedgerKey : object

Methods

Account(KeyPair)

Declaration
public static LedgerKey Account(KeyPair account)
Parameters
Type Name Description
KeyPair account
Returns
LedgerKey

ClaimableBalance(Byte[])

Declaration
public static LedgerKey ClaimableBalance(byte[] balanceId)
Parameters
Type Name Description
System.Byte[] balanceId
Returns
LedgerKey

Data(KeyPair, String)

Declaration
public static LedgerKey Data(KeyPair account, string dataName)
Parameters
Type Name Description
KeyPair account
System.String dataName
Returns
LedgerKey

FromXdr(LedgerKey)

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

Offer(KeyPair, Int64)

Declaration
public static LedgerKey Offer(KeyPair seller, long offerId)
Parameters
Type Name Description
KeyPair seller
System.Int64 offerId
Returns
LedgerKey

ToXdr()

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

Trustline(KeyPair, TrustlineAsset)

Declaration
public static LedgerKey Trustline(KeyPair account, TrustlineAsset asset)
Parameters
Type Name Description
KeyPair account
TrustlineAsset asset
Returns
LedgerKey

Back to top Generated by DocFX