Show / Hide Table of Contents

Class BumpSequenceOperation.Builder

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

Constructors

Builder(BumpSequenceOp)

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

Builder(Int64)

Declaration
public Builder(long bumpTo)
Parameters
Type Name Description
System.Int64 bumpTo

Properties

BumpTo

Declaration
public long BumpTo { get; }
Property Value
System.Int64

Methods

Build()

Declaration
public BumpSequenceOperation Build()
Returns
BumpSequenceOperation

SetSourceAccount(KeyPair)

Declaration
public BumpSequenceOperation.Builder SetSourceAccount(KeyPair sourceAccount)
Parameters
Type Name Description
KeyPair sourceAccount
Returns
BumpSequenceOperation.Builder

Back to top Generated by DocFX