chore: npm run lint:fix
This commit is contained in:
committed by
Justin Starry
parent
b0e5714ca0
commit
d6ecb2699f
@ -289,7 +289,12 @@ export class StakeInstruction {
|
||||
): AuthorizeWithSeedStakeParams {
|
||||
this.checkProgramId(instruction.programId);
|
||||
this.checkKeyLength(instruction.keys, 2);
|
||||
const {newAuthorized, stakeAuthorizationType, authoritySeed, authorityOwner} = decodeData(
|
||||
const {
|
||||
newAuthorized,
|
||||
stakeAuthorizationType,
|
||||
authoritySeed,
|
||||
authorityOwner,
|
||||
} = decodeData(
|
||||
STAKE_INSTRUCTION_LAYOUTS.AuthorizeWithSeed,
|
||||
instruction.data,
|
||||
);
|
||||
|
Reference in New Issue
Block a user