Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataSponsorshipUpdatedEffect

Structure representing a Stellar Data Sponsorship Updated Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

Readonly client

client: Client

createdAt

createdAt: Date

The effect's creation date.

createdTimestamp

createdTimestamp: number

The effect's creation timestamp.

dataName

dataName: string

The name of the data entry.

formerSponsorId

formerSponsorId: string

The id of the former data sponsor.

id

id: string

The id of the effect.

newSponsorId

newSponsorId: string

The id of the new data sponsor.

pagingToken

pagingToken: string

A cursor value for use in pagination.

type

type: data_sponsorship_updated

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: DateSponsorshipUpdated): void

getAccount

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

getDataAccountEntry

  • getDataAccountEntry(forceUpdate?: boolean): Promise<Data>

getFormerSponsorAccount

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

getNewSponsorAccount

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

Generated using TypeDoc