Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SignerSponsorshipUpdatedEffect

Structure representing a Stellar Signer 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.

formerSponsorId

formerSponsorId: string

The id of the former signer sponsor.

id

id: string

The id of the effect.

newSponsorId

newSponsorId: string

The id of the new signer sponsor.

pagingToken

pagingToken: string

A cursor value for use in pagination.

signerId

signerId: string

The id of the signer.

type

type: signer_sponsorship_updated

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: SignerSponsorshipUpdated): void

getAccount

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

getFormerSponsorAccount

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

getNewSponsorAccount

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

getSignerAccount

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

Generated using TypeDoc