Show / Hide Table of Contents

Class PathPaymentStrictSendSuccess.SimplePaymentResult

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

Properties

Amount

Declaration
public string Amount { get; set; }
Property Value
System.String

Asset

Declaration
public Asset Asset { get; set; }
Property Value
Asset

Destination

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

Methods

FromXdr(SimplePaymentResult)

Declaration
public static PathPaymentStrictSendSuccess.SimplePaymentResult FromXdr(SimplePaymentResult result)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.SimplePaymentResult result
Returns
PathPaymentStrictSendSuccess.SimplePaymentResult

Back to top Generated by DocFX