Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountFlagsUpdatedEffect

Structure representing a Stellar Account Flags Updated Effect.

Hierarchy

Index

Constructors

constructor

Properties

accountId

accountId: string

The account that originates the effect.

authRequiredFlag

authRequiredFlag: boolean

If set to true, anyone who wants to hold an asset issued by the account must first be approved by the account.

authRevokableFlag

authRevokableFlag: boolean

If set to true, the account can freeze the balance of a holder of an asset issued by the account.

Readonly client

client: Client

createdAt

createdAt: Date

The effect's creation date.

createdTimestamp

createdTimestamp: number

The effect's creation timestamp.

id

id: string

The id of the effect.

pagingToken

pagingToken: string

A cursor value for use in pagination.

type

type: account_flags_updated

The numeric type of the effect.

typeName

The name of the effect type.

Methods

$patch

  • $patch(data: AccountFlagsUpdated): void

getAccount

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

Generated using TypeDoc