Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BeginSponsoringFutureReservesOperation

Structure representing a Stellar Begin Sponsoring Future Reserves Operation.

Hierarchy

  • Operation<Horizon.OperationResponseType.beginSponsoringFutureReserves, Horizon.OperationResponseTypeI.beginSponsoringFutureReserves>
    • BeginSponsoringFutureReservesOperation

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.

sourceAccountId

sourceAccountId: string

The account that originates the operation.

sponsoredId

sponsoredId: string

The id of the account which will be sponsored.

transactionHash

transactionHash: string

A unique id for the transaction the operation belongs to.

type

type: beginSponsoringFutureReserves

The numeric type of the operation.

typeName

typeName: beginSponsoringFutureReserves

The name of the operation type.

Methods

$patch

  • $patch(data: BeginSponsoringFutureReservesOperationRecord): void

getEffects

getSourceAccount

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

getSponsoredAccount

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

getTransaction

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

Generated using TypeDoc