Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MakeAccountImmutable2Accounts

Hierarchy

  • MakeAccountImmutable2Accounts

Index

Properties

associatedTokenProgram: PublicKey

Associated Token Program

emissionsWallet: PublicKey

This token account is the SHDW operator emissions wallet

owner: PublicKey

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

ownerAta: PublicKey

User's token account

rent: PublicKey

Rent

stakeAccount: PublicKey

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

storageAccount: PublicKey

Parent storage account. Requires mutability to update user storage account storage counter.

storageConfig: PublicKey

This is the StorageConfig accounts that holds all of the admin, uploader keys. Requires mutability to update global storage counter.

systemProgram: PublicKey

System Program

tokenMint: PublicKey

Token mint account

tokenProgram: PublicKey

Token Program

uploader: PublicKey

Uploader needs to sign off on make immutable

Generated using TypeDoc