Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecreaseStorage2Accounts

Hierarchy

  • DecreaseStorage2Accounts

Index

Properties

emissionsWallet: PublicKey

Token account holding operator emission funds

owner: PublicKey

File owner, user, fee-payer Requires mutability since owner/user is fee payer.

ownerAta: PublicKey

User's ATA

rent: PublicKey

Rent Program

stakeAccount: PublicKey

This token account serves as the account which holds user's stake for file storage.

storageAccount: PublicKey

Parent storage account.

storageConfig: PublicKey

This is the StorageConfig accounts that holds all of the admin, uploader keys.

systemProgram: PublicKey

System Program

tokenMint: PublicKey

Token mint account

tokenProgram: PublicKey

Token Program

unstakeAccount: PublicKey

Account which stores SHDW when unstaking

unstakeInfo: PublicKey

Account which stores time, epoch last unstaked

uploader: PublicKey

Uploader needs to sign off on decrease storage

Generated using TypeDoc