Show / Hide Table of Contents

Class SubmitTransactionOptions

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

Properties

EnsureSuccess

Declaration
public bool EnsureSuccess { get; set; }
Property Value
System.Boolean

FeeBumpTransaction

Declaration
public bool FeeBumpTransaction { get; set; }
Property Value
System.Boolean

SkipMemoRequiredCheck

Declaration
public bool SkipMemoRequiredCheck { get; set; }
Property Value
System.Boolean

Back to top Generated by DocFX