InitNftInstructionAccounts: {
    anchorRemainingAccounts?: web3.AccountMeta[];
    delegateAuthority?: web3.PublicKey;
    nft: web3.PublicKey;
    nftMetadata: web3.PublicKey;
    nftMint: web3.PublicKey;
    project: web3.PublicKey;
    stakingPool: web3.PublicKey;
    systemProgram?: web3.PublicKey;
    vault: web3.PublicKey;
    wallet: web3.PublicKey;
}

Accounts required by the initNft instruction

Type declaration

  • Optional anchorRemainingAccounts?: web3.AccountMeta[]
  • Optional delegateAuthority?: web3.PublicKey
  • nft: web3.PublicKey
  • nftMetadata: web3.PublicKey
  • nftMint: web3.PublicKey
  • project: web3.PublicKey
  • stakingPool: web3.PublicKey
  • Optional systemProgram?: web3.PublicKey
  • vault: web3.PublicKey
  • wallet: web3.PublicKey

Generated using TypeDoc