Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EndSponsoringFutureReservesOperation

Structure representing a Stellar End Sponsoring Future Reserves Operation.

Hierarchy

  • Operation<Horizon.OperationResponseType.endSponsoringFutureReserves, Horizon.OperationResponseTypeI.endSponsoringFutureReserves>
    • EndSponsoringFutureReservesOperation

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.

sponsorId

sponsorId: string

The id of the account which initiated the sponsorship.

transactionHash

transactionHash: string

A unique id for the transaction the operation belongs to.

type

type: endSponsoringFutureReserves

The numeric type of the operation.

typeName

typeName: endSponsoringFutureReserves

The name of the operation type.

Methods

$patch

  • $patch(data: EndSponsoringFutureReservesOperationRecord): void

getEffects

getSourceAccount

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

getSponsorAccount

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

getTransaction

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

Generated using TypeDoc