Type alias WithdrawVaultV1InstructionArgs
WithdrawVaultV1InstructionArgs: {
amount: number | bigint;
index?: undefined | number;
padding?: undefined | number[];
}
Type declaration
-
amount: number | bigint
-
Optional index?: undefined | number
-
Optional padding?: undefined | number[]