Show / Hide Table of Contents

Class AccountsRequestBuilder.AccountsRequestOptions

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

Properties

Asset

Filter accounts that trust the given Asset.

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

Signer

Filter accounts that have the given Signer.

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

Back to top Generated by DocFX