Show / Hide Table of Contents

Class Claimant

Inheritance
System.Object
Claimant
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class Claimant : object

Properties

Destination

Declaration
public KeyPair Destination { get; set; }
Property Value
KeyPair

Predicate

Declaration
public ClaimPredicate Predicate { get; set; }
Property Value
ClaimPredicate

Methods

FromXdr(Claimant)

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

ToXdr()

Declaration
public Claimant ToXdr()
Returns
stellar_dotnet_sdk.xdr.Claimant

Back to top Generated by DocFX