Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ManageDataOperation

Structure representing a Stellar Manage Data Operation.

Hierarchy

  • Operation<Horizon.OperationResponseType.manageData, Horizon.OperationResponseTypeI.manageData>
    • ManageDataOperation

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.

name

name: string

The key for this data entry. It can be up to 64 bytes long.

pagingToken

pagingToken: string

A cursor value for use in pagination.

sourceAccountId

sourceAccountId: string

The account that originates the operation.

transactionHash

transactionHash: string

A unique id for the transaction the operation belongs to.

type

type: manageData

The numeric type of the operation.

typeName

typeName: manageData

The name of the operation type.

Optional value

value: string

The value for this data entry. It can be up to 64 bytes long. If not present, then the existing key has been deleted.

Methods

$patch

  • $patch(data: ManageDataOperationRecord): void

getEffects

getSourceAccount

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

getTransaction

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

Generated using TypeDoc