Type alias InitStakerInstructionAccounts
InitStakerInstructionAccounts: {
anchorRemainingAccounts?: web3.AccountMeta[];
project: web3.PublicKey;
staker: web3.PublicKey;
stakingPool: web3.PublicKey;
systemProgram?: web3.PublicKey;
vault: web3.PublicKey;
wallet: web3.PublicKey;
}
Type declaration
-
Optional
anchorRemainingAccounts?: web3.AccountMeta[]
-
project: web3.PublicKey
-
staker: web3.PublicKey
-
stakingPool: web3.PublicKey
-
Optional
systemProgram?: web3.PublicKey
-
vault: web3.PublicKey
-
wallet: web3.PublicKey
Accounts required by the initStaker instruction