Class InflationOperation.Builder
Inheritance
System.Object
InflationOperation.Builder
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class Builder : object
Methods
Build()
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. |