Class LedgerKeyData
Inheritance
System.Object
LedgerKeyData
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LedgerKeyData : LedgerKey
Constructors
Declaration
public LedgerKeyData(KeyPair account, string dataName)
Parameters
| Type |
Name |
Description |
| KeyPair |
account |
|
| System.String |
dataName |
|
Properties
Declaration
public KeyPair Account { get; }
Property Value
Declaration
public string DataName { get; }
Property Value
Methods
Declaration
public static LedgerKeyData FromXdr(LedgerKey.LedgerKeyData xdr)
Parameters
| Type |
Name |
Description |
| stellar_dotnet_sdk.xdr.LedgerKey.LedgerKeyData |
xdr |
|
Returns
Declaration
public override LedgerKey ToXdr()
Returns
|
stellar_dotnet_sdk.xdr.LedgerKey
|
Overrides