Show / Hide Table of Contents

Class ClaimClaimableBalanceOperation.Builder

Builds ClaimClaimableBalanceOperation operation.

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

Constructors

Builder(ClaimClaimableBalanceOp)

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

Builder(String)

Creates a new ClaimClaimableBalanceOperation builder.

Declaration
public Builder(String balanceId)
Parameters
Type Name Description
String balanceId

The ID of the ClaimableBalanceEntry being claimed.

Builder(Byte[])

Creates a new ClaimClaimableBalanceOperation builder.

Declaration
public Builder(byte[] balanceId)
Parameters
Type Name Description
System.Byte[] balanceId

The ID of the ClaimableBalanceEntry being claimed.

Methods

Build()

Builds an operation

Declaration
public ClaimClaimableBalanceOperation Build()
Returns
ClaimClaimableBalanceOperation

SetSourceAccount(KeyPair)

Sets the source account for this operation.

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

The operation's source account.

Returns
ClaimClaimableBalanceOperation.Builder

Builder object so you can chain methods.

Back to top Generated by DocFX