Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StorageAccountV2

Index

Constructors

Properties

accountCounterSeed: number

Pubkey of the token account that staked SHDW Counter at time of initialization

creationEpoch: number

Time of storage account creation

creationTime: number

Time of storage account creation

deleteRequestEpoch: number

Delete request epoch

identifier: string

Some unique identifier that the user provides. Serves as a seed for storage account PDA.

immutable: boolean

Boolean to track whether storage account (and all child File accounts) are immutable

lastFeeEpoch: number

The last epoch through which the user paid

owner1: PublicKey

Primary owner of StorageAccount (immutable)

storage: BN

Number of bytes of storage associated with this account

toBeDeleted: boolean

Delete flag

discriminator: Buffer = ...
layout: any = ...

Methods

  • toJSON(): StorageAccountV2JSON
  • fetchMultiple(c: Connection, addresses: PublicKey[]): Promise<StorageAccountV2[]>

Generated using TypeDoc