Show / Hide Table of Contents

Class InflationOperation.Builder

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

Methods

Build()

Builds an operation

Declaration
public InflationOperation Build()
Returns
InflationOperation

SetSourceAccount(IAccountId)

Sets the source account for this operation.

Declaration
public InflationOperation.Builder SetSourceAccount(IAccountId sourceAccount)
Parameters
Type Name Description
IAccountId sourceAccount

The operation's source account.

Returns
InflationOperation.Builder

Builder object so you can chain methods.

Back to top Generated by DocFX