Class LedgerKeyOffer
Inheritance
System.Object
LedgerKeyOffer
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class LedgerKeyOffer : LedgerKey
Constructors
Declaration
public LedgerKeyOffer(KeyPair seller, long offerId)
Parameters
| Type |
Name |
Description |
| KeyPair |
seller |
|
| System.Int64 |
offerId |
|
Properties
Declaration
public long OfferId { get; }
Property Value
Declaration
public KeyPair Seller { get; }
Property Value
Methods
Declaration
public static LedgerKeyOffer FromXdr(LedgerKey.LedgerKeyOffer xdr)
Parameters
| Type |
Name |
Description |
| stellar_dotnet_sdk.xdr.LedgerKey.LedgerKeyOffer |
xdr |
|
Returns
Declaration
public override LedgerKey ToXdr()
Returns
|
stellar_dotnet_sdk.xdr.LedgerKey
|
Overrides