Show / Hide Table of Contents

Class RevokeLedgerEntrySponsorshipOperation.Builder

Builds RevokeLedgerEntrySponsorshipOperation operation.

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

Constructors

Builder(LedgerKey)

Create a new RevokeLedgerEntrySponsorshipOperation builder with the given sponsoredId.

Declaration
public Builder(LedgerKey ledgerKey)
Parameters
Type Name Description
LedgerKey ledgerKey

Builder(LedgerKey)

Construct a new RevokeLedgerEntrySponsorshipOperation builder from a LedgerKey XDR.

Declaration
public Builder(LedgerKey ledgerKey)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.LedgerKey ledgerKey

Methods

Build()

Builds an operation

Declaration
public RevokeLedgerEntrySponsorshipOperation Build()
Returns
RevokeLedgerEntrySponsorshipOperation

SetSourceAccount(KeyPair)

Sets the source account for this operation.

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

The operation's source account.

Returns
RevokeLedgerEntrySponsorshipOperation.Builder

Builder object so you can chain methods.

Back to top Generated by DocFX