Class AssetResponse.AssetAccounts
Describe asset accounts
Inheritance
System.Object
AssetResponse.AssetAccounts
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class AssetAccounts : object
Constructors
AssetAccounts(Int32, Int32, Int32)
Declaration
public AssetAccounts(int authorized, int authorizedToMaintainLiabilities, int unauthorized)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | authorized | |
| System.Int32 | authorizedToMaintainLiabilities | |
| System.Int32 | unauthorized |
Properties
Authorized
Declaration
public int Authorized { get; set; }
Property Value
|
System.Int32
|
AuthorizedToMaintainLiabilities
Declaration
public int AuthorizedToMaintainLiabilities { get; set; }
Property Value
|
System.Int32
|