Show / Hide Table of Contents

Class ClawbackOperation.Builder

Builds Clawback operation.

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

Constructors

Builder(Asset, String, IAccountId)

Declaration
public Builder(Asset asset, string amount, IAccountId from)
Parameters
Type Name Description
Asset asset
System.String amount
IAccountId from

Builder(ClawbackOp)

Declaration
public Builder(ClawbackOp op)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.ClawbackOp op

Methods

Build()

Builds an operation

Declaration
public ClawbackOperation Build()
Returns
ClawbackOperation

SetSourceAccount(KeyPair)

Sets the source account for this operation.

Declaration
public ClawbackOperation.Builder SetSourceAccount(KeyPair account)
Parameters
Type Name Description
KeyPair account

The operation's source account.

Returns
ClawbackOperation.Builder

Builder object so you can chain methods.

Back to top Generated by DocFX