Show / Hide Table of Contents

Class AssetResponseFlags

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

Constructors

AssetResponseFlags(Boolean, Boolean)

Declaration
public AssetResponseFlags(bool authRequired, bool authRevocable)
Parameters
Type Name Description
System.Boolean authRequired
System.Boolean authRevocable

AssetResponseFlags(Boolean, Boolean, Boolean)

Declaration
public AssetResponseFlags(bool authRequired, bool authRevocable, bool authImmutable)
Parameters
Type Name Description
System.Boolean authRequired
System.Boolean authRevocable
System.Boolean authImmutable

Properties

AuthImmutable

None of the authorization flags can be set and the issuing account can never be deleted.

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

AuthRequired

The anchor must approve anyone who wants to hold this asset.

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

AuthRevocable

The anchor can freeze the asset.

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

Back to top Generated by DocFX