Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StorageConfig

Index

Constructors

Properties

admin2: PublicKey

Optional Admin 2

crankBps: number

Basis points cranker gets from cranking

maxAccountSize: BN

Maximum size of a storage account

minAccountSize: BN

Minimum size of a storage account

mutableFeeStartEpoch: number

Epoch at which mutable_account_fees turned on

shadesPerGib: BN

Storage costs in shades per GiB

shadesPerGibPerEpoch: BN

Mutable fee rate

storageAvailable: BN

Total storage available (or remaining)

tokenAccount: PublicKey

Pubkey of SHDW token account that holds storage fees/stake

uploader: PublicKey

Uploader key, used to sign off on successful storage + CSAM scan

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

Methods

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

Generated using TypeDoc