Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountMergeOperation

Structure representing a Stellar Account Merge Operation.

Hierarchy

  • Operation<Horizon.OperationResponseType.accountMerge, Horizon.OperationResponseTypeI.accountMerge>
    • AccountMergeOperation

Index

Constructors

constructor

Properties

Readonly client

client: Client

createdAt

createdAt: Date

The operation's creation date.

createdTimestamp

createdTimestamp: number

The operation's creation timestamp.

id

id: string

The id of the operation.

pagingToken

pagingToken: string

A cursor value for use in pagination.

receiverId

receiverId: string

The Stellar address receiving the deleted account’s pi.

removedAccountId

removedAccountId: string

The Stellar address being removed.

sourceAccountId

sourceAccountId: string

The account that originates the operation.

transactionHash

transactionHash: string

A unique id for the transaction the operation belongs to.

type

type: accountMerge

The numeric type of the operation.

typeName

typeName: accountMerge

The name of the operation type.

Methods

$patch

  • $patch(data: AccountMergeOperationRecord): void

getEffects

getReceiverAccount

  • getReceiverAccount(forceUpdate?: boolean): Promise<Account>

getSourceAccount

  • getSourceAccount(forceUpdate?: boolean): Promise<Account>

getTransaction

  • getTransaction(forceUpdate?: boolean): Promise<Transaction>

Generated using TypeDoc