Show / Hide Table of Contents

Class PathPaymentStrictReceiveNoIssuer

Missing issuer on one asset.

Inheritance
System.Object
OperationResult
PathPaymentStrictReceiveResult
PathPaymentStrictReceiveNoIssuer
Inherited Members
PathPaymentStrictReceiveResult.FromXdr(PathPaymentStrictReceiveResult)
OperationResult.IsSuccess
OperationResult.FromXdr(OperationResult)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class PathPaymentStrictReceiveNoIssuer : PathPaymentStrictReceiveResult

Properties

NoIssuer

The asset that caused the error.

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

Back to top Generated by DocFX