Show / Hide Table of Contents

Class CreateClaimableBalanceOperation.Builder

Builds CreatePassiveSellOfferOperation operation.

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

Constructors

Builder(Asset, String, Claimant[])

Declaration
public Builder(Asset asset, string amount, Claimant[] claimants)
Parameters
Type Name Description
Asset asset
System.String amount
Claimant[] claimants

Builder(CreateClaimableBalanceOp)

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

Methods

Build()

Builds an operation

Declaration
public CreateClaimableBalanceOperation Build()
Returns
CreateClaimableBalanceOperation

SetSourceAccount(KeyPair)

Sets the source account for this operation.

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

The operation's source account.

Returns
CreateClaimableBalanceOperation.Builder

Builder object so you can chain methods.

Back to top Generated by DocFX